remove unneeded steps

This commit is contained in:
Grant 2025-03-16 16:10:27 -06:00
parent 2ef36859b2
commit 66bda0c064

View File

@ -27,11 +27,6 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
@ -40,8 +35,7 @@ jobs:
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: