Skip to content

Commit 07f8cf8

Browse files
committed
Update actions 3.
1 parent 3adda7a commit 07f8cf8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pages.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ concurrency:
1616
group: pages
1717
cancel-in-progress: true
1818

19+
defaults:
20+
run:
21+
shell: bash
22+
1923
jobs:
2024
build:
2125
runs-on: ubuntu-latest
@@ -29,6 +33,9 @@ jobs:
2933
hugo-version: "latest"
3034
extended: true
3135

36+
- name: Install Dart Sass
37+
run: sudo snap install dart-sass
38+
3239
- name: Setup Pages
3340
id: pages
3441
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)