Skip to content

Commit

Permalink
ci: bump actions version (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored Feb 14, 2025
1 parent 89c365c commit a6ceb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: find docs/book -iname '*.html' -exec sed -e 's#\.html##g' -e 's#/index#/#g' -i -- {} ';'

- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: "docs/static"

Expand Down

0 comments on commit a6ceb6b

Please sign in to comment.