mirror of
https://github.com/wah-su/mstickers.git
synced 2025-04-05 07:44:35 +00:00
commit
e46f43c65a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pregenPreview.yaml
vendored
2
.github/workflows/pregenPreview.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue