mirror of
https://github.com/catppuccin/python.git
synced 2026-02-04 20:07:47 +08:00
ci: actually minify css, add cname (#34)
This commit is contained in:
parent
7e4584b036
commit
d415e110a0
5
.github/workflows/gh-pages.yaml
vendored
5
.github/workflows/gh-pages.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
node-version: "latest"
|
||||
- run: "pip install catppuccin[pygments]"
|
||||
- run: "scripts/build-gh-pages"
|
||||
- run: "npx lightningcss-cli ./gh-pages/pygments/*.css --output-dir ./gh-pages/pygments/"
|
||||
- run: "npx lightningcss-cli --minify ./gh-pages/pygments/*.css --output-dir ./gh-pages/pygments/"
|
||||
- uses: "peaceiris/actions-gh-pages@v3"
|
||||
with:
|
||||
enable_jekyll: false
|
||||
@ -26,4 +26,5 @@ jobs:
|
||||
publish_branch: "gh-pages"
|
||||
publish_dir: "./gh-pages"
|
||||
user_email: "github-actions[bot]@users.noreply.github.com"
|
||||
user_name: "github-actions[bot]"
|
||||
user_name: "github-actions[bot]"
|
||||
cname: "python.catppuccin.com"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user