mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
Merge pull request #77 from mondeja/fix-book-ci
Don't deploy book to Github Pages on pull requests
This commit is contained in:
commit
e18efa9ca3
2 changed files with 5 additions and 4 deletions
5
.github/workflows/book.yml
vendored
5
.github/workflows/book.yml
vendored
|
@ -21,8 +21,6 @@ jobs:
|
|||
profile: minimal
|
||||
override: true
|
||||
components: rust-src
|
||||
- name: Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Install mdbook I
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
|
@ -32,6 +30,8 @@ jobs:
|
|||
cargo binstall -y mdbook-cmdrun
|
||||
cargo binstall -y trunk@0.17.5
|
||||
rustup target add wasm32-unknown-unknown
|
||||
- name: Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v3
|
||||
|
@ -46,4 +46,5 @@ jobs:
|
|||
path: ./docs/book/book
|
||||
- name: Deploy book to github pages
|
||||
id: deployment
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/deploy-pages@v2
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.10.1] - 2024-010-31
|
||||
## [0.10.1] - 2024-01-31
|
||||
|
||||
### Fix 🍕
|
||||
|
||||
- Fixed docs.rs build
|
||||
|
||||
## [0.10.0] - 2024-010-31
|
||||
## [0.10.0] - 2024-01-31
|
||||
|
||||
### New Functions 🚀
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue