We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f60640 commit 1c4c789Copy full SHA for 1c4c789
1 file changed
.github/workflows/pages.yml
@@ -80,8 +80,9 @@ jobs:
80
working-directory: compiler
81
82
- name: Build Tailwind CSS
83
- run: echo "@tailwind base;@tailwind components;@tailwind utilities;" | npx tailwindcss@3 --input - --output demo/tailwind.css --minify
84
-
+ working-directory: demo
+ run: echo "@tailwind base;@tailwind components;@tailwind utilities;" | npx tailwindcss@3 --input - --output tailwind.css --minify
85
+
86
- name: Setup Pages
87
uses: actions/configure-pages@v5
88
with:
0 commit comments