Skip to content

Commit e6b8db0

Browse files
committed
build
1 parent 7cfd234 commit e6b8db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-build-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
cache: npm
2323
- name: Install dependencies
2424
run: npm ci
25-
# - name: Install Tailwind CSS
26-
# run: npm install tailwindcss
25+
- name: Install Tailwind CSS
26+
run: npm install tailwindcss@3
2727
- name: Build API docs
2828
run: npx docusaurus gen-api-docs all
2929
- name: Build website

0 commit comments

Comments
 (0)