summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-29 11:27:37 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-29 12:04:25 +0200
commitd48f914d10e1c23b5baaf7378df7cd6388185a5a (patch)
treeb987a89234486d77a1638374e9dad9edf37168cf
parent9c66ab4e43b67274d805a96c244ab6682699f345 (diff)
downloadgohugo-theme-ed-d48f914d10e1c23b5baaf7378df7cd6388185a5a.tar.gz
Use npm run build
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 70b923b..7044482 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -68,11 +68,7 @@ jobs:
run: npm ci --ignore-scripts
- name: Build site
- run: |
- hugo --logLevel info --printUnusedTemplates --printPathWarnings --printMemoryUsage --printI18nWarnings --buildDrafts --buildExpired --buildFuture
- env:
- HUGO_RESOURCEDIR: '../resources'
- HUGO_ENV: development
+ run: npm run build
- name: Audit packages
run: npm audit --audit-level=high