Skip to content

Commit 52167f5

Browse files
committed
docs(path): fix path and build commmand
1 parent 9080421 commit 52167f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload artifact
3434
uses: actions/upload-pages-artifact@v3
3535
with:
36-
path: 'build/'
36+
path: 'docs/build/'
3737
- name: Deploy to GitHub Pages
3838
id: deployment
3939
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)