Skip to content

Commit 4b71887

Browse files
authored
require build step for deploy
1 parent 02e77c2 commit 4b71887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
name: build
2828
path: dist
2929
deploy:
30+
needs: build
3031
runs-on: ubuntu-latest
3132
name: 'Deploy to Netlify'
3233
steps:

0 commit comments

Comments
 (0)