mirror of
https://github.com/wah-su/mstickers.git
synced 2025-04-05 15:54:36 +00:00
feat: add cleanup job to actions
This commit is contained in:
parent
2ed63a4ec1
commit
23c206fbe6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pregenPreview.yaml
vendored
2
.github/workflows/pregenPreview.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue