Skip to content

Commit

Permalink
Fix Pages deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Jul 10, 2023
1 parent 92e5d67 commit 0d3f114
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Expand Up @@ -25,11 +25,13 @@ jobs:
- name: Generate documentation
run: LIBC_CI=1 sh ci/dox.sh
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3
- name: Fix permissions
run: rm -f ./target/doc/.lock
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: 'target/doc'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit 0d3f114

Please sign in to comment.