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

This commit is contained in:
hoernschen 2023-10-22 19:31:49 +00:00
parent e25c3e7f54
commit 9c5843e800

View file

@ -8,13 +8,10 @@ jobs:
# HUGO_VERSION: 0.115.4
steps:
- name: Install Hugo CLI
run: apt update && apt install hugo -y
# run: |
# 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
run: apt update && apt install hugo -y
- name: Install Dart Sass
# run: sudo snap install dart-sass
run: npm install -g sass
run: hugo version
- uses: actions/checkout@v4
with:
submodules: recursive