Skip to content

Commit 0ce9a85

Browse files
committed
ci: install all extras in gh-pages workflow
1 parent 35bd9fb commit 0ce9a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: "latest"
2424
- run: "mkdir -p gh-pages/docs/assets/ && cp assets/pepperjack.webp gh-pages/docs/assets/"
25-
- run: "uv sync --extra pygments --extra gh-pages"
25+
- run: "uv sync --all-extras"
2626
- run: "uv run pdoc catppuccin --no-include-undocumented --favicon https://catppuccin.com/favicon.png --logo https://python.catppuccin.com/docs/assets/pepperjack.webp --logo-link / --template-directory pdoc --output-directory gh-pages/docs"
2727
- run: "uv run scripts/build-gh-pages"
2828
- run: "npx lightningcss-cli --minify gh-pages/pygments/*.css --output-dir gh-pages/pygments/"

0 commit comments

Comments
 (0)