Skip to content

Commit e0cf2b6

Browse files
committed
fixing workflow
1 parent 6ff70cd commit e0cf2b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
2424
rustup update
25-
cargo install --version ${MDBOOK_VERSION} mdbook mdbook-linkcheck
25+
cargo install mdbook mdbook-linkcheck
2626
2727
- name: Setup Pages
2828
id: pages
@@ -31,10 +31,6 @@ jobs:
3131
- name: Build with mdBook
3232
run: mdbook build docs
3333

34-
- run: cargo install mdbook-linkcheck
35-
36-
- run: mdbook build docs
37-
3834
- name: Upload artifact
3935
uses: actions/upload-pages-artifact@v3
4036
with:

0 commit comments

Comments
 (0)