Merge pull request #7 from wah-su/main

feat: add cleanup job to actions
This commit is contained in:
Kentai Radiquum 2025-01-01 19:26:50 +05:00 committed by GitHub
commit 388a18c69a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,8 @@ jobs:
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build website
run: npm run build
- name: cleanup
run: rm -rf src && rm -rf node_modules && rm -f tailwind.config.js
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with: