refactor: switch to sass-embedded and remove manual install

Signed-off-by: Sped0n <hi@sped0n.com>
This commit is contained in:
Sped0n
2025-11-12 04:27:15 +08:00
committed by Ryan
parent 99a2866d4a
commit 304abf3b65
5 changed files with 255 additions and 33 deletions

View File

@@ -58,9 +58,6 @@ jobs:
hugo-version: ${{ matrix.hugo-version }}
extended: true
- name: Setup Dart Sass
run: sudo snap install dart-sass
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
@@ -91,8 +88,7 @@ jobs:
- name: Build
run: |
pnpm run vite:build
hugo --logLevel info --source=exampleSite --gc --minify
pnpm run build
- name: Push artifacts
if: >