🔧 Chore: update CodeQL configuration, add Hugo test build workflow (#625)

This commit is contained in:
Cell
2025-08-18 12:51:47 +08:00
committed by GitHub
parent c6e31682c3
commit 57d920244b
5 changed files with 8 additions and 10 deletions
@@ -1,4 +1,4 @@
name: Hugo build check
name: FixIt Test Build
on:
pull_request:
branches: [ main ]
@@ -18,4 +18,4 @@ jobs:
hugo-version: ${{ vars.HUGO_VERSION || 'latest' }}
extended: true
- name: Build Hugo static files
run: hugo --source=demo --gc --minify --logLevel info
run: hugo --source=test --themesDir ../.. --theme $PWD --gc --minify --logLevel info