mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-22 23:39:36 +00:00
Check web example as part of release process.
This commit is contained in:
parent
316b1bceec
commit
e4b53d17aa
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -61,6 +61,13 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features --target wasm32-unknown-unknown
|
||||
- uses: actions-rs/install@v0.1
|
||||
with:
|
||||
crate: cargo-make
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: make
|
||||
args: [build-web-example]
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
|
|
Loading…
Reference in New Issue
Block a user