Skip to content

Commit 423f072

Browse files
committed
new checker
1 parent a367e6e commit 423f072

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,8 @@ 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
27-
# - name: Check for broken links
28-
# uses: lycheeverse/[email protected]
29-
# with:
30-
# args: -v -n ./_site/utils/env/index.html
31-
# env:
32-
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
33-
# - name: Create Issue From File
34-
# uses: peter-evans/create-issue-from-file@v3
35-
# with:
36-
# title: Link Checker Report
37-
# content-filepath: ./lychee/out.md
38-
# labels: report, automated issue
3919
- name: Check links with linkcheck
4020
uses: filiph/[email protected]+1
41-
with: https://deploy-preview-1839--segment-docs.netlify.app/utils/env
21+
with:
22+
arguments: https://deploy-preview-1839--segment-docs.netlify.app/utils/env
4223

0 commit comments

Comments
 (0)