diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-29 11:27:37 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-29 12:04:25 +0200 |
| commit | d48f914d10e1c23b5baaf7378df7cd6388185a5a (patch) | |
| tree | b987a89234486d77a1638374e9dad9edf37168cf /.github/workflows/codeql-analysis.yml | |
| parent | 9c66ab4e43b67274d805a96c244ab6682699f345 (diff) | |
| download | gohugo-theme-ed-d48f914d10e1c23b5baaf7378df7cd6388185a5a.tar.gz | |
Use npm run build
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
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 |
