fixing actions
This commit is contained in:
parent
ecb87e0ec9
commit
eb1bb17455
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -35,10 +35,12 @@ jobs:
|
|||||||
cd docsource && make html
|
cd docsource && make html
|
||||||
make github
|
make github
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
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 push.autoSetupRemote true
|
||||||
|
|
||||||
- name: Commit and Push Changes
|
- name: Commit and Push Changes
|
||||||
run: |
|
run: |
|
||||||
@ -46,7 +48,7 @@ jobs:
|
|||||||
git init
|
git init
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Update documentation"
|
git commit -m "Update documentation"
|
||||||
git push --force --quiet --set-upstream origin HEAD
|
git push --force --quiet origin head
|
||||||
- name: Setup test environment and run tests
|
- name: Setup test environment and run tests
|
||||||
env:
|
env:
|
||||||
OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}
|
OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user