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 4cff66d commit 566e6faCopy full SHA for 566e6fa
.github/workflows/deploy-docs.yml
@@ -24,12 +24,6 @@ jobs:
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
- add: ". --dry-run"
33
- message: "Deploy docs"
34
- env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ git add -A
+ git commit -m "Deploy docs"
+ git push -f git@github.com:mojs/mojs.github.io.git master
0 commit comments