extend cleanup action

This commit is contained in:
Kentai Radiquum 2025-01-01 19:36:11 +05:00 committed by GitHub
parent 23c206fbe6
commit dc6a880b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: