Skip to content

Commit

Permalink
ci: use use newer version of gh pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed Mar 8, 2024
1 parent b8024d8 commit a9ea2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
doxyfile-path: "./Doxyfile"
working-directory: "."
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./generated-docs/html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TODO:
- [x] Package with Nix \[ "lib" "dev" "bin " ]
- [x] Add proper meson building (with subprojects)
- [x] Add proper CMake building (with FetchContent)
- [x] Add proper license :))))
- [x] Add proper license :)))
- [x] Remove CTRE fir xdg parsing
- [x] CI
- [x] Linux - Nix with { CMake, Meson } x { Gcc, Clang }
Expand Down

0 comments on commit a9ea2c1

Please sign in to comment.