chore: reorganize directories

This commit is contained in:
PoiScript 2024-03-06 15:20:40 +08:00
parent 42cb1d21bd
commit 14d1555fc1
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E
88 changed files with 114 additions and 144 deletions

View file

@ -45,12 +45,12 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build
run: wasm-pack build -t web -d ./dist --out-name orgize ./orgize-wasm/
run: wasm-pack build -t web -d ./dist --out-name orgize ./wasm/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "./orgize-wasm"
path: "./wasm"
- name: Deploy to GitHub Pages
id: deployment