From d48f914d10e1c23b5baaf7378df7cd6388185a5a Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 29 Sep 2024 11:27:37 +0200 Subject: Use npm run build --- .github/workflows/codeql-analysis.yml | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3