Skip to content

Commit

Permalink
docs: even more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Nov 9, 2024
1 parent 63e6ca0 commit f41ce21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
needs: deploy
if: always()

steps:
- uses: actions/checkout@v4
Expand All @@ -74,6 +76,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
6 changes: 6 additions & 0 deletions book/src/highlightos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a href="https://github.com/adamperkowski/highlightos/graphs/contributors">
<img src="https://raw.githubusercontent.com/adamperkowski/highlightos/gh-pages/CONTRIBUTORS.svg"/>
</a>

0 comments on commit f41ce21

Please sign in to comment.