Skip to content

Commit 0a5f5f4

Browse files
committed
ci: fix docs folder path
1 parent bbc7312 commit 0a5f5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-github-pages-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
uses: JamesIves/[email protected]
4444
with:
4545
branch: gh-pages # The branch the action should deploy to.
46-
folder: ./apps/docs/.vuepress/dist # The folder the action should deploy.
46+
folder: ./apps/docs/docs/.vuepress/dist # The folder the action should deploy.

0 commit comments

Comments
 (0)