Skip to content

Commit

Permalink
ci: upload deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Nov 25, 2024
1 parent e879aaf commit b7ff592
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install mdBook
run: |
wget 'https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-x86_64-unknown-linux-gnu.tar.gz' --output-document 'mdbook.tar.gz'
wget 'https://github.com/rust-lang/mdBook/releases/download/v0.4.42/mdbook-v0.4.42-x86_64-unknown-linux-gnu.tar.gz' --output-document 'mdbook.tar.gz'
tar -zxvf mdbook.tar.gz
ls
- name: Build Book
run: ./mdbook build
Expand Down

0 comments on commit b7ff592

Please sign in to comment.