Skip to content

Commit 7ab3b22

Browse files
Remove --dry-run command
1 parent 4d47685 commit 7ab3b22

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
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
branch: "master"
3232
cwd: "./docs/.vuepress/dist"
33-
add: ". --dry-run"
33+
add: "."
3434
message: "Deploy docs"
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)