Skip to content

Commit

Permalink
Merge pull request #34 from Urban-Analytics-Technology-Platform/fix-gha
Browse files Browse the repository at this point in the history
Fix deployment (again!)
  • Loading branch information
penelopeysm authored Aug 11, 2024
2 parents 6eb7041 + 5fbc7d5 commit 4ca516b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and deploy
name: CI/CD

on:
pull_request:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

deploy:
name: Deploy to GitHub Pages
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
needs: test
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -158,6 +158,7 @@ jobs:
- name: Build template for publishing
working-directory: packages/create-web/template/web
run: |
pnpm --filter=@uatp/components build
pnpm install
pnpm rust
pnpm python
Expand Down

0 comments on commit 4ca516b

Please sign in to comment.