Skip to content

Commit

Permalink
Shorten Sass name
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jun 5, 2024
1 parent 2050038 commit eeda8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit eeda8a9

Please sign in to comment.