Skip to content

Commit

Permalink
修改: .github/workflows/pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinwei committed Dec 26, 2024
1 parent 4741e1d commit 5df1d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'doc/_build/html/'
path: 'docs/_build/html/'
- name: 🚀 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
Expand Down

0 comments on commit 5df1d3f

Please sign in to comment.