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 }}
|
github-token: ${{ secrets.github_token }}
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
deploy-docs:
|
deploy-docs:
|
||||||
|
needs: test
|
||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||||
|
|
Loading…
Reference in New Issue