mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
release 0.14.0-beta1
This commit is contained in:
parent
1d1fac7065
commit
2ae317dccf
2 changed files with 25 additions and 25 deletions
48
.github/workflows/cd.yml
vendored
48
.github/workflows/cd.yml
vendored
|
@ -46,30 +46,30 @@ jobs:
|
|||
run: cargo test --features math,docs,ssr,actix --doc use_locale
|
||||
|
||||
#### mdbook
|
||||
- name: Install mdbook I
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: cargo-binstall,mdbook
|
||||
- name: Install mdbook II
|
||||
run: |
|
||||
cargo binstall -y mdbook-cmdrun
|
||||
cargo binstall -y trunk@0.17.5
|
||||
rustup target add wasm32-unknown-unknown
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Build mdbook # TODO : run mdbook tests
|
||||
run: |
|
||||
cd docs/book
|
||||
mdbook build
|
||||
python3 post_build.py
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: ./docs/book/book
|
||||
- name: Deploy book to github pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
# - name: Install mdbook I
|
||||
# uses: taiki-e/install-action@v2
|
||||
# with:
|
||||
# tool: cargo-binstall,mdbook
|
||||
# - name: Install mdbook II
|
||||
# run: |
|
||||
# cargo binstall -y mdbook-cmdrun
|
||||
# cargo binstall -y trunk@0.17.5
|
||||
# rustup target add wasm32-unknown-unknown
|
||||
# - name: Setup Pages
|
||||
# id: pages
|
||||
# uses: actions/configure-pages@v3
|
||||
# - name: Build mdbook # TODO : run mdbook tests
|
||||
# run: |
|
||||
# cd docs/book
|
||||
# mdbook build
|
||||
# python3 post_build.py
|
||||
# - name: Upload artifact
|
||||
# uses: actions/upload-pages-artifact@v1
|
||||
# with:
|
||||
# path: ./docs/book/book
|
||||
# - name: Deploy book to github pages
|
||||
# id: deployment
|
||||
# uses: actions/deploy-pages@v2
|
||||
##### mdbook end
|
||||
|
||||
- name: Publish crate leptos-use
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "leptos-use"
|
||||
version = "0.13.2"
|
||||
version = "0.14.0-beta1"
|
||||
edition = "2021"
|
||||
authors = ["Marc-Stefan Cassola"]
|
||||
categories = ["gui", "web-programming"]
|
||||
|
|
Loading…
Add table
Reference in a new issue