Skip to content

Commit

Permalink
Merge pull request #33 from glothriel/fix-docs-action
Browse files Browse the repository at this point in the history
Fix docs building action
  • Loading branch information
glothriel authored Feb 19, 2025
2 parents f9704da + 6e85cd8 commit 3b37d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/build'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 3b37d07

Please sign in to comment.