Try mounting dir
Some checks failed
Deploy / deploy (push) Failing after 10s

This commit is contained in:
Madison Rye Progress
2026-03-15 13:06:53 -07:00
parent 6df9336543
commit 8da4627658

View File

@ -8,6 +8,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container:
volumes:
- ${{ vars.DESTINATION }}:${{ vars.DESTINATION }}
env:
DART_SASS_VERSION: 1.98.0
steps:
@ -31,4 +34,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 }} --destiation ${{ vars.DESTINATION }}