Switch to actions-hugo
Some checks failed
Deploy / deploy (push) Failing after 14s

This commit is contained in:
Madison Rye Progress
2026-03-15 12:38:06 -07:00
parent 540ae70b18
commit 785249c2dc

View File

@ -7,13 +7,19 @@ on:
jobs:
deploy:
runs-on: hugo
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v6
with:
submodules: 'true'
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.157.0'
extended: true
- name: Build site
run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }} --destination ${{ vars.DESTINATION }}
shell: sh
run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }}