Skip to content

Commit

Permalink
ci: require website build before deploy (catppuccin#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored May 21, 2024
1 parent 7b893f7 commit ac87622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac87622

Please sign in to comment.