0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-07 04:54:24 +01:00

Fix 'docs' GH workflow

This commit is contained in:
Julien Déramond 2024-12-24 09:47:19 +01:00
parent ded5900d96
commit f397da9c7b
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