Skip to content

Commit 1c4c789

Browse files
Fix: Implement a tailwinds config file for release.
1 parent 9f60640 commit 1c4c789

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
working-directory: compiler
8181

8282
- name: Build Tailwind CSS
83-
run: echo "@tailwind base;@tailwind components;@tailwind utilities;" | npx tailwindcss@3 --input - --output demo/tailwind.css --minify
84-
83+
working-directory: demo
84+
run: echo "@tailwind base;@tailwind components;@tailwind utilities;" | npx tailwindcss@3 --input - --output tailwind.css --minify
85+
8586
- name: Setup Pages
8687
uses: actions/configure-pages@v5
8788
with:

0 commit comments

Comments
 (0)