Skip to content

Commit 004f323

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,13 @@ jobs:
7979
run: ls -lh target/wasm32-unknown-unknown/release/compiler_lib.wasm
8080
working-directory: compiler
8181

82+
- name: Stage wasm
83+
run: cp compiler/target/wasm32-unknown-unknown/release/compiler_lib.wasm demo/
84+
8285
- name: Build Tailwind CSS
8386
working-directory: demo
8487
run: echo "@tailwind base;@tailwind components;@tailwind utilities;" | npx tailwindcss@3 --input - --output tailwind.css --minify
85-
88+
8689
- name: Setup Pages
8790
uses: actions/configure-pages@v5
8891
with:

0 commit comments

Comments
 (0)