Skip to content

Commit 4d47685

Browse files
Let the Github action git add stuff
1 parent aab13be commit 4d47685

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,12 +24,12 @@ jobs:
2424
run: |
2525
cd docs/.vuepress/dist
2626
git init
27-
git add -A
2827
2928
- name: Commit changes
3029
uses: EndBug/add-and-commit@master
3130
with:
3231
branch: "master"
32+
cwd: "./docs/.vuepress/dist"
3333
add: ". --dry-run"
3434
message: "Deploy docs"
3535
env:

0 commit comments

Comments
 (0)