Skip to content

Commit aa42e4c

Browse files
Navigate into the VuePress dist folder
1 parent ba1379c commit aa42e4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ jobs:
2020
- name: Build docs bundle
2121
run: npm run build
2222

23+
- name: Navigate into the build dist folder
24+
run: cd docs/.vuepress/dist
25+
2326
- name: Commit changes
2427
uses: EndBug/add-and-commit@master
2528
with:
2629
branch: "master"
27-
add: "docs/.vuepress/dist --force"
30+
add: ". --force"
2831
message: "Deploy docs"
2932
env:
3033
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)