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 9264e32 commit c6182a9Copy full SHA for c6182a9
.github/workflows/ci.yml
@@ -82,6 +82,7 @@ jobs:
82
mdbook-linkcheck:
83
name: Book link check
84
runs-on: ubuntu-latest
85
+ if: github.ref != 'refs/heads/master'
86
steps:
87
- name: Checkout the source code
88
uses: actions/checkout@master
@@ -90,7 +91,7 @@ jobs:
90
91
92
- name: Install mdbook
93
run: cd book && curl -L https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar xz
-
94
+
95
- name: Install mdbook-linkcheck
96
run: |
97
cd book
0 commit comments