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

This commit is contained in:
hoernschen 2023-10-22 19:21:02 +00:00
parent 13a917d2e6
commit 64453603a5

View file

@ -11,7 +11,7 @@ jobs:
# run: apt install hugo
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
&& dpkg -i ${{ runner.temp }}/hugo.deb
# - name: Install Dart Sass
# run: sudo snap install dart-sass
- uses: actions/checkout@v4