Shorten Sass name
This commit is contained in:
4
.github/workflows/pages.yaml
vendored
4
.github/workflows/pages.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
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
|
||||
- name: Setup Embedded Dart Sass
|
||||
- name: Setup Sass
|
||||
run: sudo snap install dart-sass-embedded
|
||||
- id: pages
|
||||
name: Setup Pages
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
# uses: actions/checkout@v4
|
||||
# - name: Setup Hugo
|
||||
# run: choco install hugo-extended
|
||||
# - name: Setup Embedded Dart Sass
|
||||
# - name: Setup Sass
|
||||
# run: choco install dart-sass-embedded
|
||||
# - name: Build
|
||||
# run: |
|
||||
|
Reference in New Issue
Block a user