Skip to content

Commit

Permalink
Merge pull request #52 from LeChatP/develop
Browse files Browse the repository at this point in the history
chore: Update mdBook installation process to remove specific version …
  • Loading branch information
LeChatP authored Jun 27, 2024
2 parents d5565c7 + 04c5973 commit 2aab3c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.36
steps:
- uses: actions/checkout@v4
- name: Install mdBook
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install --version ${MDBOOK_VERSION} mdbook
cargo install --version ${MDBOOK_VERSION} mdbook-bib
cargo install mdbook mdbook-bib
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 2aab3c9

Please sign in to comment.