fixing actions
This commit is contained in:
parent
795252c82c
commit
60179c1208
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -45,15 +45,11 @@ jobs:
|
||||
for f in *.py; do python3 "$f"; done
|
||||
cd .. && cd ..
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.name 'GitHub Actions'
|
||||
git config --global user.email 'actions@github.com'
|
||||
git config --global init.defaultBranch main
|
||||
|
||||
- name: Commit and Push Changes
|
||||
run: |
|
||||
cd docs/
|
||||
git init
|
||||
git add -A
|
||||
git commit -m "Update documentation"
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user