1
0
Fork 0

Update .github/workflows/deploy.yml
All checks were successful
Build and deploy / build (push) Successful in 39s
Build and deploy / Deploy (push) Successful in 14s

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2025-01-09 09:47:17 +01:00
parent 8d02534590
commit a43345fa3e

View file

@ -24,13 +24,6 @@ jobs:
- name: Build plugin(s)
run: pnpm lune ci
- name: Copy additional files
run: |
cp README.md dist/README.md
printf -- "---\npermalink: /404.html\n---\n" > dist/404.md
printf -- "> **Note:** You accessed a link that returned a 404, probably by clicking one of the plugin links. You're supposed to copy the link address and add it into shelter.\n\n" >> dist/404.md
cat README.md >> dist/404.md
- name: Upload production-ready build files
uses: actions/upload-artifact@v3
with: