Skip to content

Commit

Permalink
Fix actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VelenoSupreme committed Oct 12, 2021
1 parent c1b167a commit d662fa0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
python -m coverage run --source django-admin-access-log runtests.py
coveralls --service=github
read-the-docs:
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Trigger RTDs build
uses: dfm/rtds-action@v1
with:
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }}
webhook_token: ${{ secrets.RTDS_WEBHOOK_TOKEN }}
commit_ref: ${{ github.ref }}
# read-the-docs:
# if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main'
# runs-on: ubuntu-latest
# needs: [test]
# steps:
# - name: Trigger RTDs build
# uses: dfm/rtds-action@v1
# with:
# webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }}
# webhook_token: ${{ secrets.RTDS_WEBHOOK_TOKEN }}
# commit_ref: ${{ github.ref }}

build-n-publish:
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit d662fa0

Please sign in to comment.