We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e879e41 commit e7615c2Copy full SHA for e7615c2
1 file changed
.github/workflows/hugo.yaml
@@ -38,8 +38,6 @@ 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 sass
43
- name: Checkout
44
uses: actions/checkout@v4
45
with:
0 commit comments