Skip to content

Commit f41ce21

Browse files
committed
docs: even more fixes
1 parent 63e6ca0 commit f41ce21

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
runs-on: ubuntu-latest
5252
permissions:
5353
contents: write
54+
needs: deploy
55+
if: always()
5456

5557
steps:
5658
- uses: actions/checkout@v4
@@ -74,6 +76,6 @@ jobs:
7476

7577
- name: Push the svg
7678
run: |
77-
git add CONTRIBUTORS.svg
78-
git commit -am "Update CONTRIBUTORS.svg"
79-
git push --set-upstream origin gh-pages
79+
git add CONTRIBUTORS.svg || true
80+
git commit -am "update `CONTRIBUTORS.svg`" || true
81+
git push --set-upstream origin gh-pages || true

book/src/highlightos.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ This documentation includes only the "main kernel" (inside the `/kernel` directo
66
Documentation for bleeding-edge main can be found at [https://os.adamperkowski.dev/main](https://os.adamperkowski.dev/main).
77

88
Keep in mind that this website is still a WIP.
9+
10+
## Contributors
11+
12+
<a href="https://github.com/adamperkowski/highlightos/graphs/contributors">
13+
<img src="https://raw.githubusercontent.com/adamperkowski/highlightos/gh-pages/CONTRIBUTORS.svg"/>
14+
</a>

0 commit comments

Comments
 (0)