Skip to content

Commit 98be23f

Browse files
Fix deployment folder
1 parent df32ad3 commit 98be23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
env:
2626
BASE_BRANCH: source
2727
BRANCH: master
28-
FOLDER: ./docs/.vuepress/dist
28+
FOLDER: docs/.vuepress/dist
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)