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 d9a0349 commit 96786aaCopy full SHA for 96786aa
.github/workflows/hugo.yaml
@@ -38,8 +38,9 @@ jobs:
38
run: |
39
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
40
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
41
- - name: Install Dart Sass
42
- run: sudo snap install dart-sass
+ # dont install dart sass, we arent using it
+ # - name: Install Dart Sass
43
+ # run: sudo snap install dart-sass
44
- name: Checkout
45
uses: actions/checkout@v4
46
with:
0 commit comments