wait for build before deploy
This commit is contained in:
parent
a679e47c0d
commit
0c3777f7d7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
- name: Build
|
||||
run: npm run build
|
||||
deploy:
|
||||
needs: build
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue