Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
remove prebuild and partytown steps
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Mar 13, 2024
1 parent 1f299e7 commit 5a3aac7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
- name: Install dependencies
run: npm install

- name: Prebuild #required ensure api pages are generated before the ejs files are processed
run: npm run prebuild

- name: Build the website
run: npm run build

Expand Down

0 comments on commit 5a3aac7

Please sign in to comment.