Skip to content

Commit

Permalink
Merge pull request #5 from dasc-lab/feature/remove_dart_scss
Browse files Browse the repository at this point in the history
removed dart scss
  • Loading branch information
dev10110 committed Aug 28, 2024
2 parents d9a0349 + 96786aa commit 45d2f7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ 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: Install Dart Sass
run: sudo snap install dart-sass
# dont install dart sass, we arent using it
# - name: Install Dart Sass
# run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 45d2f7d

Please sign in to comment.