Skip to content

Commit 566e6fa

Browse files
Add and commit without the Github Action
1 parent 4cff66d commit 566e6fa

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
run: |
2525
cd docs/.vuepress/dist
2626
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 }}
27+
git add -A
28+
git commit -m "Deploy docs"
29+
git push -f [email protected]:mojs/mojs.github.io.git master

0 commit comments

Comments
 (0)