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: with:
submodules: recursive submodules: recursive
fetch-depth: 0 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 - name: Build with Hugo
env: env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
@ -40,8 +35,7 @@ jobs:
run: | run: |
hugo \ hugo \
--gc \ --gc \
--minify \ --minify
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with: