This commit is contained in:
@ -7,13 +7,19 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: hugo
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
|
- name: Install Hugo
|
||||||
|
uses: peaceiris/actions-hugo@v3
|
||||||
|
with:
|
||||||
|
hugo-version: '0.157.0'
|
||||||
|
extended: true
|
||||||
|
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }} --destination ${{ vars.DESTINATION }}
|
run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }}
|
||||||
shell: sh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user