Skip to content

Commit

Permalink
Make deploy depend on build
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Jun 12, 2024
1 parent c49c1e2 commit 1951ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:

call-deploy-workflow:
uses: ./.github/workflows/deploy.yml
needs: build
with:
artifact-name: website-${{ github.ref_name }}

0 comments on commit 1951ec1

Please sign in to comment.