Skip to content

Commit 4cff66d

Browse files
Retry without cwd option
1 parent 8f433b0 commit 4cff66d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
uses: EndBug/add-and-commit@master
3030
with:
3131
branch: "master"
32-
cwd: "./docs/.vuepress/dist"
33-
add: "."
32+
add: ". --dry-run"
3433
message: "Deploy docs"
3534
env:
3635
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)