fixing actions

This commit is contained in:
Ace 2023-06-03 19:03:09 +02:00
parent 436d3acecd
commit deedc7a0f5

View File

@ -40,10 +40,10 @@ jobs:
cd docsource && make html cd docsource && make html
make github make github
cd .. cd ..
# cd inkycal/tests # cd inkycal/tests
# 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 ..
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'