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 9d1a486 commit d1e4481Copy full SHA for d1e4481
.github/workflows/contrib.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
mkdir mdbook
17
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.3/mdbook-v0.4.3-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
18
- echo ::add-path::`pwd`/mdbook
+ echo `pwd`/mdbook >> $GITHUB_PATH
19
- name: Deploy docs
20
21
cd src/doc/contrib
.github/workflows/main.yml
@@ -97,7 +97,7 @@ jobs:
97
- run: |
98
99
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
100
101
- run: cargo doc --no-deps
102
- run: cd src/doc && mdbook build --dest-dir ../../target/doc
103
0 commit comments