Skip to content

Commit

Permalink
Precompile templates
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Jun 20, 2024
1 parent 415f478 commit 49ec5d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Precompile templates
run: npm run precompile

- name: Build project
run: npm run build

Expand Down

0 comments on commit 49ec5d0

Please sign in to comment.