Use sh
Some checks failed
Deploy / deploy (push) Failing after 8s

This commit is contained in:
Madison Rye Progress
2026-03-15 12:19:08 -07:00
parent fb684232be
commit 540ae70b18

View File

@ -16,3 +16,4 @@ jobs:
- name: Build site - name: Build site
run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }} --destination ${{ vars.DESTINATION }} run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }} --destination ${{ vars.DESTINATION }}
shell: sh