We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4c789 commit 004f323Copy full SHA for 004f323
1 file changed
.github/workflows/pages.yml
@@ -79,10 +79,13 @@ jobs:
79
run: ls -lh target/wasm32-unknown-unknown/release/compiler_lib.wasm
80
working-directory: compiler
81
82
+ - name: Stage wasm
83
+ run: cp compiler/target/wasm32-unknown-unknown/release/compiler_lib.wasm demo/
84
+
85
- name: Build Tailwind CSS
86
working-directory: demo
87
run: echo "@tailwind base;@tailwind components;@tailwind utilities;" | npx tailwindcss@3 --input - --output tailwind.css --minify
-
88
89
- name: Setup Pages
90
uses: actions/configure-pages@v5
91
with:
0 commit comments