File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,13 @@ jobs:
1717 - name : Install binstall
1818 uses : cargo-bins/cargo-binstall@main
1919
20- - name : Install mdbook
21- run : cargo binstall -y mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
22-
2320 - name : Build the API
2421 run : cargo run
2522
2623 - name : Build the book
27- run : mdbook build
24+ run : |
25+ cargo binstall -y mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
26+ mdbook build
2827
2928 - name : Create XRNX_Starter_Pack
3029 run : |
Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ jobs:
2020 - name : Install binstall
2121 uses : cargo-bins/cargo-binstall@main
2222
23- - name : Install mdbook
24- run : cargo binstall -y mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
25-
2623 - name : Build the API
2724 run : cargo run
2825
2926 - name : Build the book
30- run : mdbook build
27+ run : |
28+ cargo binstall -y mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
29+ mdbook build
3130
3231 - name : Upload
3332 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments