We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8bc98 commit 0808158Copy full SHA for 0808158
.github/workflows/hugo.yaml
@@ -37,8 +37,8 @@ jobs:
37
run: |
38
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
39
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
40
- - name: Install Dart Sass
41
- run: sudo snap install dart-sass
+ # - name: Install Dart Sass
+ # run: sudo snap install dart-sass
42
- name: Checkout
43
uses: actions/checkout@v4
44
with:
0 commit comments