0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Fix 'docs' GH workflow

This commit is contained in:
Julien Déramond 2024-12-24 09:56:17 +01:00
parent 50422ba5d9
commit 2059589111
No known key found for this signature in database
GPG Key ID: EE5F274EA1F477FA

View File

@ -35,6 +35,9 @@ jobs:
- name: Install npm dependencies
run: npm ci
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Build docs
run: npm run docs-build