Skip to content

Commit

Permalink
Generate PWA assets after building
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqsalau committed Jun 28, 2023
1 parent b65604f commit efe0fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pnpm install

- name: Build
run: pnpm run build --base="/${{ github.event.repository.name }}"
run: pnpm run build --base="/${{ github.event.repository.name }} && pnpm run generate-pwa-assets"

- name: Setup 404 page
run: cp dist/index.html dist/404.html
Expand Down

0 comments on commit efe0fef

Please sign in to comment.