Skip to content

Commit 5fcf09e

Browse files
committed
Fix invalid snap
1 parent 1352f49 commit 5fcf09e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/hugo.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,13 @@ jobs:
3737
run: |
3838
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3939
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
40-
- name: Install Dart Sass Embedded
41-
run: sudo snap install dart-sass-embedded
4240
- name: Checkout
4341
uses: actions/checkout@v3
4442
with:
4543
submodules: recursive
4644
- name: Setup Pages
4745
id: pages
4846
uses: actions/configure-pages@v3
49-
- name: Install Node.js dependencies
50-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5147
- name: Build with Hugo
5248
env:
5349
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)