File tree Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,19 @@ jobs:
20
20
- name : Ruby
21
21
uses : actions/setup-ruby@v1
22
22
with :
23
- ruby-version : 2.6.x
24
- - name : Setup Rubygems, Bundler, jekyll
25
- run : |
26
- gem update --system --no-document
27
- gem update bundler --no-document
28
- gem install jekyll bundler
29
- bundle install
30
- - name : Build jekyll website with drafts
23
+ ruby-version : 2.7.7
24
+ bundler-cache : true
25
+ # - name: Setup Rubygems, Bundler, jekyll
26
+ # run: |
27
+ # gem update --system --no-document
28
+ # gem update bundler --no-document
29
+ # gem install jekyll bundler
30
+ # bundle install
31
+ - name : Build jekyll website
31
32
run : bundle exec jekyll build
32
33
- name : Check for broken links
33
34
run : |
34
- bundle exec htmlproofer --checks_to_ignore ScriptCheck,ImageCheck --only_4xx --log-level :debug ./_site &> links.log
35
+ bundle exec htmlproofer --checks_to_ignore ScriptCheck,ImageCheck --only_4xx --log-level :debug ./_site/utils/env/index.html &> links.log
35
36
continue-on-error : true
36
37
- name : Archive log links
37
38
uses : actions/upload-artifact@v1
Original file line number Diff line number Diff line change 37
37
em-websocket (0.5.2 )
38
38
eventmachine (>= 0.12.9 )
39
39
http_parser.rb (~> 0.6.0 )
40
+ ethon (0.12.0 )
41
+ ffi (>= 1.3.0 )
40
42
eventmachine (1.2.7 )
41
43
faraday (1.1.0 )
42
44
multipart-post (>= 1.2 , < 3 )
43
45
ruby2_keywords
44
46
ffi (1.13.1 )
45
47
filesize (0.2.0 )
46
48
forwardable-extended (2.6.0 )
49
+ html-proofer (3.19.2 )
50
+ addressable (~> 2.3 )
51
+ mercenary (~> 0.3 )
52
+ nokogumbo (~> 2.0 )
53
+ parallel (~> 1.3 )
54
+ rainbow (~> 3.0 )
55
+ typhoeus (~> 1.3 )
56
+ yell (~> 2.0 )
47
57
http_parser.rb (0.6.0 )
48
58
httpclient (2.8.3 )
49
59
i18n (1.8.5 )
97
107
racc (~> 1.4 )
98
108
nokogiri (1.11.4-x86_64-linux )
99
109
racc (~> 1.4 )
110
+ nokogumbo (2.0.5 )
111
+ nokogiri (~> 1.8 , >= 1.8.4 )
112
+ parallel (1.20.1 )
100
113
pathutil (0.16.2 )
101
114
forwardable-extended (~> 2.6 )
102
115
posix-spawn (0.3.15 )
103
116
premonition (2.0.1 )
104
117
progressbar (1.11.0 )
105
118
public_suffix (4.0.6 )
106
119
racc (1.5.2 )
120
+ rainbow (3.0.0 )
107
121
rake (13.0.1 )
108
122
rb-fsevent (0.10.4 )
109
123
rb-inotify (0.10.1 )
@@ -119,13 +133,16 @@ GEM
119
133
terminal-table (2.0.0 )
120
134
unicode-display_width (~> 1.1 , >= 1.1.1 )
121
135
thread_safe (0.3.6 )
136
+ typhoeus (1.4.0 )
137
+ ethon (>= 0.9.0 )
122
138
tzinfo (1.2.8 )
123
139
thread_safe (~> 0.1 )
124
140
tzinfo-data (1.2020.4 )
125
141
tzinfo (>= 1.0.0 )
126
142
unicode-display_width (1.7.0 )
127
143
verbal_expressions (0.1.5 )
128
144
wdm (0.1.1 )
145
+ yell (2.2.2 )
129
146
130
147
PLATFORMS
131
148
ruby
@@ -135,6 +152,7 @@ PLATFORMS
135
152
DEPENDENCIES
136
153
dotenv
137
154
faraday
155
+ html-proofer
138
156
jekyll !
139
157
jekyll-algolia
140
158
jekyll-commonmark
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ title: Environment Variable Test
3
3
hidden : true
4
4
---
5
5
6
+ - [ good external link] ( https://www.google.com )
7
+ - [ good internal link] ( /docs/protocols/ )
8
+ - [ bad external link] ( https://www.214s.sjs )
9
+ - [ bad internal link] ( /docs/protocolssds/ )
10
+
11
+
6
12
## Build Metadata
7
13
8
14
| Field | Value |
You can’t perform that action at this time.
0 commit comments