removed pushing to docs
This commit is contained in:
parent
df34e713c1
commit
8ac2a09d8c
|
@ -32,15 +32,6 @@ jobs:
|
||||||
- name: Merge JSON files
|
- name: Merge JSON files
|
||||||
run: node .github/workflows/merge.js
|
run: node .github/workflows/merge.js
|
||||||
|
|
||||||
- name: Commit to Docs branch
|
|
||||||
run: |
|
|
||||||
git config --local user.email "action@github.com"
|
|
||||||
git config --local user.name "GitHub Action"
|
|
||||||
git checkout Docs
|
|
||||||
git add docs/samples.json
|
|
||||||
git commit -m "Update samples.json"
|
|
||||||
git push
|
|
||||||
|
|
||||||
- name: Commit to gh-pages branch
|
- name: Commit to gh-pages branch
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
|
|
Loading…
Reference in New Issue