Skip to content

Commit 86d7ab3

Browse files
authored
Merge pull request #6 from sympmarc/main
Fixed _site location
2 parents c8931a8 + dbce3c0 commit 86d7ab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/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: _site
35+
path: docs/_site
3636

3737
- name: Deploy
3838
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)