Make linkcheck optional even in gh ci

pull/458/head
Arijit Basu 2 years ago
parent 119adc6b57
commit e30116cca2
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -17,10 +17,6 @@ jobs:
uses: actions/checkout@v2
- name: Install mdBook
uses: peaceiris/actions-mdbook@v1
- name: Install mdbook-linkcheck
run: |
curl -LSfs https://japaric.github.io/trust/install.sh | \
sh -s -- --git Michael-F-Bryan/mdbook-linkcheck
- name: Render book
run: |
mdbook build -d gh-pages docs/en

Loading…
Cancel
Save