Skip to content

Commit 2a4cb8e

Browse files
authored
Change artifact upload path for GitHub Pages
1 parent 13a84f8 commit 2a4cb8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
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: '.'
44+
path: './paper'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
4747
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)