ci: require website build before deploy (#189)
This commit is contained in:
parent
7b893f72c8
commit
ac87622fa4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
@ -43,7 +43,9 @@ jobs:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy website
|
name: Deploy website
|
||||||
|
|
||||||
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
||||||
|
needs: build
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue