mirror of https://github.com/snachodog/mybuddy.git
Ensure tests pass before deploying docs
This commit is contained in:
parent
8e33033e26
commit
f95edd8957
|
@ -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' }}
|
||||
|
|
Loading…
Reference in New Issue