We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d47685 commit 7ab3b22Copy full SHA for 7ab3b22
.github/workflows/deploy-docs.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
branch: "master"
32
cwd: "./docs/.vuepress/dist"
33
- add: ". --dry-run"
+ add: "."
34
message: "Deploy docs"
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments