Skip to content

Commit 962c06d

Browse files
committed
Fix GitHub Pages root path
1 parent 7999a43 commit 962c06d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v3
3434
with:
35-
path: './Figs'
35+
path: 'Figs'
3636

3737
- name: Deploy to GitHub Pages
3838
id: deployment

0 commit comments

Comments
 (0)