Skip to content

Commit ba1379c

Browse files
Force-add VuePress dist folder
1 parent ce2e604 commit ba1379c

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: EndBug/add-and-commit@master
2525
with:
2626
branch: "master"
27-
add: "docs/.vuepress/dist"
27+
add: "docs/.vuepress/dist --force"
2828
message: "Deploy docs"
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)