From 5a3aac7370e8117632317484930d88c786983686 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Wed, 13 Mar 2024 11:38:56 +0100 Subject: [PATCH] remove prebuild and partytown steps --- .github/workflows/deploy-preview.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 15baaa1..358c0f6 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -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