test
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 5s

This commit is contained in:
Mans Ziesel 2023-06-12 20:33:13 +02:00
parent 8c552d18b4
commit a01f92b911

View File

@ -24,9 +24,9 @@ jobs:
- 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
&& dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass Embedded
run: sudo snap install dart-sass-embedded
run: snap install dart-sass-embedded
- name: Checkout
uses: https://github.com/actions/checkout@v3
with: