Skip to content

Commit d415e11

Browse files
authored
ci: actually minify css, add cname (#34)
1 parent 7e4584b commit d415e11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ jobs:
1818
node-version: "latest"
1919
- run: "pip install catppuccin[pygments]"
2020
- run: "scripts/build-gh-pages"
21-
- run: "npx lightningcss-cli ./gh-pages/pygments/*.css --output-dir ./gh-pages/pygments/"
21+
- run: "npx lightningcss-cli --minify ./gh-pages/pygments/*.css --output-dir ./gh-pages/pygments/"
2222
- uses: "peaceiris/actions-gh-pages@v3"
2323
with:
2424
enable_jekyll: false
2525
github_token: "${{ secrets.GITHUB_TOKEN }}"
2626
publish_branch: "gh-pages"
2727
publish_dir: "./gh-pages"
2828
user_email: "github-actions[bot]@users.noreply.github.com"
29-
user_name: "github-actions[bot]"
29+
user_name: "github-actions[bot]"
30+
cname: "python.catppuccin.com"

0 commit comments

Comments
 (0)