Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed May 29, 2024
1 parent 3208b3d commit 39283d8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
with:
token: ${{secrets.GITHUB_TOKEN}}
use-mermaid: true
# - name: Install latest mdbook
# run: |
# tag=$(curl 'https://api.github.com/repos/rust-lang/mdbook/releases/latest' | jq -r '.tag_name')
# url="https://github.com/rust-lang/mdbook/releases/download/${tag}/mdbook-${tag}-x86_64-unknown-linux-gnu.tar.gz"
# mkdir mdbook
# curl -sSL $url | tar -xz --directory=./mdbook
# echo `pwd`/mdbook >> $GITHUB_PATH
- name: Build Book
run: |
cd docs
Expand Down

0 comments on commit 39283d8

Please sign in to comment.