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