Skip to content

Commit a2e0bf3

Browse files
committed
fix: Update path in GitHub Actions
1 parent e016658 commit a2e0bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v4
4949
with:
50-
path: './_build/html'
50+
path: 'src/_build/html'
5151

5252
- name: Deploy to GitHub Pages
5353
id: deployment

0 commit comments

Comments
 (0)