We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4584b commit d415e11Copy full SHA for d415e11
.github/workflows/gh-pages.yaml
@@ -18,12 +18,13 @@ jobs:
18
node-version: "latest"
19
- run: "pip install catppuccin[pygments]"
20
- run: "scripts/build-gh-pages"
21
- - 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/"
22
- uses: "peaceiris/actions-gh-pages@v3"
23
with:
24
enable_jekyll: false
25
github_token: "${{ secrets.GITHUB_TOKEN }}"
26
publish_branch: "gh-pages"
27
publish_dir: "./gh-pages"
28
user_email: "github-actions[bot]@users.noreply.github.com"
29
- user_name: "github-actions[bot]"
+ user_name: "github-actions[bot]"
30
+ cname: "python.catppuccin.com"
0 commit comments