This commit is contained in:
@ -11,7 +11,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: docker.gitea.com/runner-images:ubuntu-latest
|
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${{ vars.DESTINATION }}:${{ vars.DESTINATION }}
|
- /opt/hugo/post-self.ink:/opt/hugo/post-self.ink
|
||||||
env:
|
env:
|
||||||
DART_SASS_VERSION: 1.98.0
|
DART_SASS_VERSION: 1.98.0
|
||||||
steps:
|
steps:
|
||||||
@ -36,5 +36,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: |
|
run: |
|
||||||
echo -e "BASE_URL: ${{ vars.BASE_URL }}\\n DESTINATION ${{ vars.DESTINATION }}"
|
hugo build --gc --minify --baseURL https://post-self.ink --destination /opt/hugo/post-self.ink
|
||||||
hugo build --gc --minify --baseURL ${{ vars.BASE_URL }} --destination ${{ vars.DESTINATION }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user