We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19b50c commit 8555d3dCopy full SHA for 8555d3d
1 file changed
.github/workflows/link-check-test.yml
@@ -32,6 +32,10 @@ jobs:
32
name: Install
33
run: npm ci
34
35
+ - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
36
+ name: Build
37
+ run: npm run build
38
+
39
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
40
name: Link check
41
run: npm run link-check
0 commit comments