1
0
Fork 0
This commit is contained in:
Digital Studium 2023-05-09 15:50:53 +03:00
parent 08ac35c8e5
commit 7b6f7fad66
1 changed files with 11 additions and 9 deletions

View File

@ -10,17 +10,19 @@ jobs:
runs-on: ubuntu-latest
steps:
# - name: Fetch repo
# uses: actions/checkout@v3
# with:
# submodules: true # Fetch Hugo themes (true OR recursive)
# fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Fetch repo
uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
# extended: true
- name: Build
uses: https://github.com/peaceiris/actions-hugo@v2.6.0
with:
hugo-version: "0.110.0"
extended: true
run: hugo --minify
- name: Deploy