Skip to content

Commit e0e3a61

Browse files
committed
Fix folder reference in web deploy
1 parent c7740ec commit e0e3a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/upload-pages-artifact@v3
4242
with:
4343
# Upload entire repository
44-
path: '_site'
44+
path: 'docs/_site'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
4747
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)