Skip to content

Commit

Permalink
chore: fix Cloudflare pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Dec 1, 2024
1 parent 8151838 commit 0a7c5a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install dependencies
run: cd exampleSite && npm ci

- name: Setup Dart Sass
run: sudo snap install dart-sass && sudo snap alias dart-sass sass

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
Expand Down

0 comments on commit 0a7c5a9

Please sign in to comment.