fixing actions

This commit is contained in:
Ace 2023-06-03 18:51:13 +02:00
parent 795252c82c
commit 60179c1208

View File

@ -44,16 +44,12 @@ jobs:
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
for f in *.py; do python3 "$f"; done for f in *.py; do python3 "$f"; done
cd .. && cd .. cd .. && cd ..
- name: Configure Git
run: |
git config --global user.name 'GitHub Actions' git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com' git config --global user.email 'actions@github.com'
git config --global init.defaultBranch main git config --global init.defaultBranch main
- name: Commit and Push Changes
run: |
cd docs/ cd docs/
git init
git add -A git add -A
git commit -m "Update documentation" git commit -m "Update documentation"
cd .. cd ..