File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 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
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
39
19
- name : Check links with linkcheck
40
20
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
42
23
You can’t perform that action at this time.
0 commit comments