mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
github actions: use 0.119 hugo version as far latest contains bug
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
aade16f534
commit
1020faa7b4
3
.github/workflows/sync-docs.yml
vendored
3
.github/workflows/sync-docs.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
env:
|
env:
|
||||||
PAGEFIND_VERSION: "1.0.3"
|
PAGEFIND_VERSION: "1.0.3"
|
||||||
|
HUGO_VERSION: "0.119.9"
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # This is required for actions/checkout and to commit back image update
|
contents: read # This is required for actions/checkout and to commit back image update
|
||||||
deployments: write
|
deployments: write
|
||||||
@ -28,7 +29,7 @@ jobs:
|
|||||||
path: docs
|
path: docs
|
||||||
- uses: peaceiris/actions-hugo@v2
|
- uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: 'latest'
|
hugo-version: ${{env.HUGO_VERSION}}
|
||||||
extended: true
|
extended: true
|
||||||
- name: Install PageFind #install the static search engine for index build
|
- name: Install PageFind #install the static search engine for index build
|
||||||
uses: supplypike/setup-bin@v3
|
uses: supplypike/setup-bin@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user