diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index fc14e1a..0de2165 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index fd47900..e99c2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 🚀