From 5e577858cb7d8fc4666f96033e9ccaceeea3f83a Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Sat, 9 Nov 2024 14:57:25 +0100 Subject: [PATCH] docs: even more fixes --- .github/workflows/gh-pages.yml | 6 +++--- book/src/highlightos.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0bcdf05..27ad748 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -74,6 +74,6 @@ jobs: - name: Push the svg run: | - git add CONTRIBUTORS.svg - git commit -am "Update CONTRIBUTORS.svg" - git push --set-upstream origin gh-pages + git add CONTRIBUTORS.svg || true + git commit -am "update `CONTRIBUTORS.svg`" || true + git push --set-upstream origin gh-pages || true diff --git a/book/src/highlightos.md b/book/src/highlightos.md index 03a956c..e7a32d8 100644 --- a/book/src/highlightos.md +++ b/book/src/highlightos.md @@ -6,3 +6,9 @@ This documentation includes only the "main kernel" (inside the `/kernel` directo Documentation for bleeding-edge main can be found at [https://os.adamperkowski.dev/main](https://os.adamperkowski.dev/main). Keep in mind that this website is still a WIP. + +## Contributors + + + +