diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 3f2753b..bfe4334 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -48,6 +48,8 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v5 + with: + enablement: true - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo