fix(ci): install hugo with deploy support
Some checks failed
Deploy pages / deploy (push) Failing after 1m56s
Some checks failed
Deploy pages / deploy (push) Failing after 1m56s
This commit is contained in:
parent
ba4bb4ee7f
commit
4d7ea4cda1
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
|||
- uses: https://code.icb4dc0.de/prskr/setup-hugo@main
|
||||
with:
|
||||
dart-sass: true
|
||||
with-deploy: true
|
||||
github-token: ${{ secrets.GH_READ_TOKEN }}
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: /home/runner/.cache/hugo_cache
|
||||
|
|
Loading…
Reference in a new issue