File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,15 @@ jobs:
2626 run : mkdir target/pages
2727 - name : Move WASM to pages folder
2828 run : mv target/wasm32-unknown-unknown/release/hodgkin-huxley-playground.wasm target/pages/demo.wasm
29- - name : Move to pages folder
30- run : cd target/pages
3129 - name : Clone HTML/JS boilerplate
3230 run : for file in index.html quad-url.js sapp_jsutils.js gl.js; do wget https://github.com/not-fl3/egui-miniquad/raw/refs/heads/master/docs/$file; done
31+ working-directory : target/pages
3332 - name : Setup Pages
3433 uses : actions/configure-pages@v4
3534 - name : Upload artifacts
3635 uses : actions/upload-pages-artifact@v3
3736 with :
38- path : " . "
37+ path : " target/pages "
3938 - name : Deploy to GitHub Pages
4039 id : deployment
4140 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments