@@ -16,14 +16,14 @@ jobs:
16
16
strategy :
17
17
fail-fast : false
18
18
steps :
19
- - uses : actions/checkout@v2
20
- - name : Ruby
21
- uses : ruby/setup-ruby@v1
22
- with :
23
- ruby-version : 2.6 # Not needed with a .ruby-version file
24
- bundler-cache : true # runs 'bundle install' and caches installed gems automatically
25
- - name : Build jekyll website
26
- run : bundle exec jekyll build
19
+ # - uses: actions/checkout@v2
20
+ # - name: Ruby
21
+ # uses: ruby/setup-ruby@v1
22
+ # with:
23
+ # ruby-version: 2.6 # Not needed with a .ruby-version file
24
+ # bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25
+ # - name: Build jekyll website
26
+ # run: bundle exec jekyll build
27
27
# - name: Check for broken links
28
28
# uses: lycheeverse/[email protected]
29
29
# with:
36
36
# title: Link Checker Report
37
37
# content-filepath: ./lychee/out.md
38
38
# labels: report, automated issue
39
- - name : My Broken Link Checker
40
-
41
- with :
42
- url : https://segment.com/docs
43
- pages_path : ./_site/utils/env/index.html
44
- cmd_params : " --skip-tls-verification --verbose --color=always"
45
- run_timeout : 10
46
- debug : true
39
+ - name : Check links with linkcheck
40
+
41
+ with : https://deploy-preview-1839--segment-docs.netlify.app/utils/env
42
+
0 commit comments