Skip to content

Commit

Permalink
ci: fix deploy docs job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Jul 14, 2024
1 parent 02ea92c commit 86a04fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:

deploy-docs:
name: '[Merge] Deploy docs to GitHub Pages'
needs: main
if: github.event_name == 'push' && github.ref_name == 'main'
needs: release
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 86a04fa

Please sign in to comment.