diff --git a/.github/workflows/pregenPreview.yaml b/.github/workflows/pregenPreview.yaml index d2e86d2..7b530e9 100644 --- a/.github/workflows/pregenPreview.yaml +++ b/.github/workflows/pregenPreview.yaml @@ -42,7 +42,7 @@ jobs: - name: Build website run: npm run build - name: cleanup - run: rm -rf src && rm -rf node_modules && rm -f tailwind.config.js + run: rm -rf .vscode && rm -rf .github && rm -rf src && rm -rf node_modules && rm -f tailwind.config.js && rm -f .gitignore && rm -f package.json && rm -f package-lock.json - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: