diff --git a/scripts/build-gh-pages b/scripts/build-gh-pages index 292a978..0604520 100755 --- a/scripts/build-gh-pages +++ b/scripts/build-gh-pages @@ -57,7 +57,7 @@ def build_css() -> None: write(postprocess_css(flavor_css(flavor.identifier)), path) # build a variable CSS file - path = PYGMENTS_DIR / "catppuccin.variables.css" + path = PYGMENTS_DIR / "catppuccin-variables.css" write(postprocess_css(variable_css()), path)