Skip to content

Commit

Permalink
add missing dependency on build for pages job
Browse files Browse the repository at this point in the history
  • Loading branch information
j-brn committed Dec 18, 2023
1 parent 30bc049 commit 1acc992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
deploy-pages:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
needs:
- build

permissions:
contents: read
Expand Down

0 comments on commit 1acc992

Please sign in to comment.