We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abd4db commit 540f46fCopy full SHA for 540f46f
.github/workflows/pages.yml
@@ -17,14 +17,14 @@ jobs:
17
mkdir bin
18
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.43/mdbook-v0.4.43-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
19
mv bin/mdbook ./
20
- rm -r bin'
+ rm -r bin
21
22
- name: Install mdbook-pagetoc
23
run: |
24
25
curl -sSL https://github.com/slowsage/mdbook-pagetoc/releases/download/v0.2.0/mdbook-pagetoc-v0.2.0-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
26
mv bin/mdbook-pagetoc ./
27
28
29
- name: Build pages
30
run: './mdbook build'
0 commit comments