Skip to content

Commit 8c2b819

Browse files
committed
actions fix
1 parent 82a940e commit 8c2b819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

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

3737
deploy:
3838
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)