Skip to content

Commit

Permalink
fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace committed Jun 3, 2023
1 parent ecb87e0 commit eb1bb17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,20 @@ jobs:
cd docsource && make html
make github
cd ..
- name: Configure Git
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git config --global push.autoSetupRemote true
- name: Commit and Push Changes
run: |
cd docs/
git init
git add -A
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
env:
OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}
Expand Down

0 comments on commit eb1bb17

Please sign in to comment.