mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
fixed book ci
This commit is contained in:
parent
81c4e591c0
commit
64f790c955
1 changed files with 8 additions and 0 deletions
8
.github/workflows/book.yml
vendored
8
.github/workflows/book.yml
vendored
|
@ -13,6 +13,14 @@ jobs:
|
|||
name: Publish
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Install mdbook I
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue