mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 13:08:28 +00:00
wait for build before deploy
This commit is contained in:
parent
a679e47c0d
commit
0c3777f7d7
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
deploy:
|
deploy:
|
||||||
|
needs: build
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user