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
|
- uses: https://code.icb4dc0.de/prskr/setup-hugo@main
|
||||||
with:
|
with:
|
||||||
dart-sass: true
|
dart-sass: true
|
||||||
|
with-deploy: true
|
||||||
|
github-token: ${{ secrets.GH_READ_TOKEN }}
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /home/runner/.cache/hugo_cache
|
path: /home/runner/.cache/hugo_cache
|
||||||
|
|
Loading…
Reference in a new issue