Keep it simple.

This commit is contained in:
Adi Roiban 2021-07-23 15:55:46 +01:00
parent bbbd56ee46
commit 4a2f6b45f6
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
git config --local http.https://github.com/.extraheader 'AUTHORIZATION: basic $token_base64'
git commit -m "Built from ${{ github.sha }}"
git push -q "https://github.com/twisted/incremental" gh-pages
git push
- uses: codecov/codecov-action@v1
if: always() && matrix.tox-env == 'tests'