Ensure tests pass before deploying docs

This commit is contained in:
Christopher C. Wells 2022-05-28 13:30:27 -07:00
parent 8e33033e26
commit f95edd8957
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ jobs:
github-token: ${{ secrets.github_token }}
parallel-finished: true
deploy-docs:
needs: test
name: Deploy docs
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}