From dc6a880b5b3bdcbbe771386f72ba4e8ef462cfa9 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum <68120017+Radiquum@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:36:11 +0500 Subject: [PATCH] extend cleanup action --- .github/workflows/pregenPreview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: