diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 6891390..e227996 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -49,6 +49,8 @@ jobs: uses: actions/configure-pages@v4 - name: Install Node.js dependencies run: " npm install --save-dev autoprefixer postcss-cli && npm ci || true" + - name: Update Hugo Modules + run: hugo mod get -u ./... - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules