Skip to content

Commit

Permalink
♻️ Build the animation as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hhenrichsen committed Jan 2, 2024
1 parent 723b840 commit 7f5fd13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
run: npm ci
working-directory: animations

- name: Build animations
run: npm run build
working-directory: animations

- name: Build project
run: npm run build -- --base=/${{ github.event.repository.name }}/

Expand Down

0 comments on commit 7f5fd13

Please sign in to comment.