re-add destination
Some checks failed
Deploy / deploy (push) Failing after 8s

This commit is contained in:
Madison Rye Progress
2026-03-15 12:50:55 -07:00
parent 6df9336543
commit f40641f3ac

View File

@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: host
env:
DART_SASS_VERSION: 1.98.0
steps:
@ -31,4 +31,4 @@ jobs:
&& sass --embedded --version
- name: Build site
run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }}
run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }} --destination ${{ DESTINATION }}