🔧 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
View File
@@ -22,6 +22,7 @@
"type": "module",
"scripts": {
"build": "hugo --source=demo --themesDir ../.. --theme $PWD --gc --minify --logLevel info",
"build:test": "hugo --source=test --themesDir ../.. --theme $PWD --gc --minify --logLevel info",
"server": "hugo server --source=demo --themesDir ../.. --theme $PWD -D --disableFastRender --navigateToChanged --ignoreCache -O",
"server:production": "npm run server -- -e production",
"server:docs": "hugo server --source=../fixit-docs -D --disableFastRender --navigateToChanged --ignoreCache -O",