Skip to content

Commit f0faf15

Browse files
committed
ci: add install sass step
1 parent a7c4ee8 commit f0faf15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Create output directory
2222
run: mkdir -p site/beta site/develop
2323

24+
- name: Install Sass
25+
run: npm install -g sass
26+
2427
# --- RELEASE (root) ---
2528
- name: Checkout release
2629
uses: actions/checkout@v4

0 commit comments

Comments
 (0)