mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +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
|
||||
run: npm run build
|
||||
deploy:
|
||||
needs: build
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user