Use tailwind standalone
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8d0f443752
commit
6536413a1b
1 changed files with 8 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
|||
steps:
|
||||
deploy:
|
||||
image: node:18-alpine
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk add --no-cache curl zip zola
|
||||
- npx --yes tailwindcss -o static/styles.css --minify
|
||||
- curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.15/tailwindcss-linux-x64
|
||||
- chmod +x tailwindcss-linux-x64
|
||||
- ./tailwindcss-linux-x64 -o static/styles.css --minify
|
||||
- zola build
|
||||
- cd public
|
||||
- rm 404.html robots.txt sitemap.xml
|
||||
|
@ -13,7 +15,7 @@ steps:
|
|||
- curl -s -w "%{http_code}" -F "zipfile=@project.zip" -H "$AUTH_HEADER" "$API_URL" | grep -q 200
|
||||
|
||||
secrets: [ PAGES_API_KEY ]
|
||||
when:
|
||||
- event: manual
|
||||
- event: push
|
||||
branch: main
|
||||
when:
|
||||
- event: manual
|
||||
- event: push
|
||||
branch: main
|
||||
|
|
Loading…
Reference in a new issue