Skip to content

Commit

Permalink
fix: added job dependency to gh pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mweiershaeuser committed Apr 27, 2024
1 parent 1a09994 commit 4bbaaf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-to-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

deploy:
if: github.event_name != 'pull_request'
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit 4bbaaf1

Please sign in to comment.