removed pushing to docs

This commit is contained in:
Hugo Bernier 2024-03-24 15:05:24 -04:00 committed by GitHub
parent df34e713c1
commit 8ac2a09d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -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"