feat(css): remove legacy wc.min.css

This commit is contained in:
Splitter
2025-09-16 23:26:35 +00:00
parent 97337ad63a
commit a55ea41726
2 changed files with 65 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages name: Deploy website to GitHub Pages
env: env:
WC_HUGO_VERSION: '0.148.2' WC_HUGO_VERSION: '0.150.0'
NODE_VERSION: '20' NODE_VERSION: '20'
on: on:
@@ -63,7 +63,8 @@ jobs:
/tmp/hugo_cache_runner/ /tmp/hugo_cache_runner/
node_modules/ node_modules/
modules/*/node_modules/ modules/*/node_modules/
key: ${{ runner.os }}-hugo-deps-${{ hashFiles('**/go.mod', '**/package-lock.json', '**/pnpm-lock.yaml') }} key: ${{ runner.os }}-hugo-deps-${{ hashFiles('**/go.mod', '**/package-lock.json',
'**/pnpm-lock.yaml') }}
restore-keys: | restore-keys: |
${{ runner.os }}-hugo-deps- ${{ runner.os }}-hugo-deps-
@@ -71,7 +72,8 @@ jobs:
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:
path: resources/ path: resources/
key: ${{ runner.os }}-hugo-resources-${{ hashFiles('assets/**/*', 'config/**/*', 'hugo.yaml', 'package.json') }} key: ${{ runner.os }}-hugo-resources-${{ hashFiles('assets/**/*', 'config/**/*',
'hugo.yaml', 'package.json') }}
restore-keys: | restore-keys: |
${{ runner.os }}-hugo-resources- ${{ runner.os }}-hugo-resources-

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
go 1.19 go 1.19
require ( require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.7.0 github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250907230443-1675dd45f046
) )