.forgejo/workflows/build.yaml aktualisiert
This commit is contained in:
parent
73f831b9ae
commit
d4444971b7
1 changed files with 6 additions and 6 deletions
|
@ -6,13 +6,13 @@ jobs:
|
|||
runs-on: docker
|
||||
container:
|
||||
image: klakegg/hugo
|
||||
#env:
|
||||
# HUGO_VERSION: 0.115.4
|
||||
env:
|
||||
HUGO_VERSION: 0.115.4
|
||||
steps:
|
||||
# - name: Install Hugo CLI
|
||||
# run: |
|
||||
# wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||
# && sudo dpkg -i ${{ runner.temp }}/hugo.deb
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
|
||||
# - name: Install Dart Sass
|
||||
# run: sudo snap install dart-sass
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue