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 8ecf53f commit e03afc2Copy full SHA for e03afc2
.github/workflows/deploy-docs.yml
@@ -20,17 +20,11 @@ jobs:
20
- name: Build docs bundle
21
run: npm run build
22
23
- - name: Init a new repository
24
- run: |
25
- cd docs/.vuepress/dist
26
- git init
27
-
28
- name: Commit changes
29
uses: EndBug/add-and-commit@master
30
with:
31
branch: "master"
32
- cwd: "./docs/.vuepress/dist"
33
- add: ". --force"
+ add: ". --dry-run"
34
message: "Deploy docs"
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments