mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 23:55:16 -04:00
wait for build before deploy
This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
||||
- name: Build
|
||||
run: npm run build
|
||||
deploy:
|
||||
needs: build
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
||||
Reference in New Issue
Block a user