Skip to content

Commit

Permalink
Changed ::= CD: apply taiki-e/install-action@v2 to install mdbook (
Browse files Browse the repository at this point in the history
…#203)

Changed ::= CD:  apply taiki-e/install-action@v2 to install ``mdbook``
  • Loading branch information
sourcefrog authored Dec 20, 2023
2 parents 3cd81ca + 939734f commit 24acb5f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
with:
fetch-depth: 0
- name: Install mdbook
run: |
mkdir mdbook
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
echo `pwd`/mdbook >> $GITHUB_PATH
uses: taiki-e/install-action@v2
with:
tool: mdbook
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Build book
Expand Down

0 comments on commit 24acb5f

Please sign in to comment.