This commit is contained in:
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user