.forgejo/workflows/build.yaml aktualisiert
This commit is contained in:
parent
626caafcfb
commit
e25c3e7f54
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
# HUGO_VERSION: 0.115.4
|
# HUGO_VERSION: 0.115.4
|
||||||
steps:
|
steps:
|
||||||
- name: Install Hugo CLI
|
- name: Install Hugo CLI
|
||||||
run: apt install hugo
|
run: apt update && apt install hugo -y
|
||||||
# run: |
|
# run: |
|
||||||
# wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
# wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||||
# && dpkg -i ${{ runner.temp }}/hugo.deb
|
# && dpkg -i ${{ runner.temp }}/hugo.deb
|
||||||
|
|
Loading…
Reference in a new issue