diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 26b03b6..dda7cbe 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 }}