Skip to content

Commit 467c66b

Browse files
committed
fix output path
1 parent 7da0cfc commit 467c66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Upload artifact
6060
uses: actions/upload-pages-artifact@v3
6161
with:
62-
path: ./docs/out
62+
path: ./out
6363
retention-days: 2
6464
deploy:
6565
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)