From 44824320b0505be0547518b3249d721ee8a003ea Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 24 Nov 2025 18:49:30 -0500 Subject: [PATCH] ci: remove node steps don't know why these would be needed, so remove them and see what happens --- .github/workflows/hugo.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 680ac4c..e720053 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -45,13 +45,6 @@ jobs: with: submodules: recursive fetch-depth: 0 - # TODO: is this needed? - - name: Setup Pages - id: pages - uses: actions/configure-pages@v5 - # TODO: is this needed? - - name: Install Node.js dependencies - run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules