Skip to content

Commit a367e6e

Browse files
committed
new checker
1 parent 6bf48b6 commit a367e6e

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

.github/workflows/check-links.yml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
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
2727
# - name: Check for broken links
2828
# uses: lycheeverse/[email protected]
2929
# with:
@@ -36,11 +36,7 @@ jobs:
3636
# title: Link Checker Report
3737
# content-filepath: ./lychee/out.md
3838
# labels: report, automated issue
39-
- name: My Broken Link Checker
40-
uses: ruzickap/[email protected]
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+
uses: filiph/[email protected]+1
41+
with: https://deploy-preview-1839--segment-docs.netlify.app/utils/env
42+

0 commit comments

Comments
 (0)