File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 run : |
1616 mkdir mdbook
1717 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
18+ echo `pwd`/mdbook >> $GITHUB_PATH
1919 - name : Deploy docs
2020 run : |
2121 cd src/doc/contrib
Original file line number Diff line number Diff line change 9797 - run : |
9898 mkdir mdbook
9999 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- echo ::add-path:: `pwd`/mdbook
100+ echo `pwd`/mdbook >> $GITHUB_PATH
101101 - run : cargo doc --no-deps
102102 - run : cd src/doc && mdbook build --dest-dir ../../target/doc
103103 - run : |
You can’t perform that action at this time.
0 commit comments