mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 11:33:04 +00:00
Remove wasm-pack (#105)
This commit is contained in:
parent
fea5f0a000
commit
a89c4c3618
2 changed files with 0 additions and 12 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -22,12 +22,6 @@ jobs:
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install wasm-pack
|
|
||||||
run: |
|
|
||||||
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.9.1/wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz \
|
|
||||||
| tar xzO wasm-pack-v0.9.1-x86_64-unknown-linux-musl/wasm-pack \
|
|
||||||
> $HOME/.cargo/bin/wasm-pack
|
|
||||||
chmod +x $HOME/.cargo/bin/wasm-pack
|
|
||||||
- run: cargo doc --verbose --all-features
|
- run: cargo doc --verbose --all-features
|
||||||
- name: Deploy doc
|
- name: Deploy doc
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
|
@ -16,12 +16,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- name: Install wasm-pack
|
|
||||||
run: |
|
|
||||||
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.9.1/wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz \
|
|
||||||
| tar xzO wasm-pack-v0.9.1-x86_64-unknown-linux-musl/wasm-pack \
|
|
||||||
> $HOME/.cargo/bin/wasm-pack
|
|
||||||
chmod +x $HOME/.cargo/bin/wasm-pack
|
|
||||||
- run: cargo test --all-features --verbose
|
- run: cargo test --all-features --verbose
|
||||||
- name: Build (Release)
|
- name: Build (Release)
|
||||||
id: build
|
id: build
|
||||||
|
|
Loading…
Reference in a new issue