ci: require website build before deploy (#189)

This commit is contained in:
seth 2024-05-21 16:09:28 -06:00 committed by GitHub
parent 7b893f72c8
commit ac87622fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,9 @@ jobs:
deploy:
name: Deploy website
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
needs: build
runs-on: ubuntu-latest