Skip to content

Commit

Permalink
corrected deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
peni4142 committed Dec 10, 2023
1 parent 20ef5a9 commit 71b9d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standard-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
needs: [build, test]
needs: [build, test-generate-site,test-tasks]
steps:
-
name: Download artifact
Expand Down

0 comments on commit 71b9d0d

Please sign in to comment.