.forgejo/workflows/build.yaml aktualisiert
Some checks failed
build-to-pages / build (push) Failing after 2s
build-to-pages / push (push) Failing after 3s

This commit is contained in:
hoernschen 2023-10-21 19:39:07 +00:00
parent 5b0fb3aaa2
commit 7d85ea9bb5

View file

@ -4,15 +4,17 @@ branches: [main]
jobs:
build:
runs-on: docker
env:
HUGO_VERSION: 0.115.4
container:
image: klakegg/hugo
#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 Dart Sass
run: sudo snap install dart-sass
# - 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@v3
with:
submodules: recursive