Skip to content

Commit 700040c

Browse files
committed
fix: error
1 parent 3f83455 commit 700040c

File tree

4 files changed

+157
-79
lines changed

4 files changed

+157
-79
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
# gem "jekyll", "~> 4.2.0"
10+
# gem "jekyll", "~> 4.3.2"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

Lines changed: 92 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.5)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.1.2)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
712
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
10-
addressable (2.7.0)
11-
public_suffix (>= 2.0.2, < 5.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
17+
base64 (0.2.0)
18+
bigdecimal (3.1.8)
1219
coffee-script (2.4.1)
1320
coffee-script-source
1421
execjs
15-
coffee-script-source (1.11.1)
22+
coffee-script-source (1.12.2)
1623
colorator (1.1.0)
1724
commonmarker (0.23.10)
1825
concurrent-ruby (1.3.4)
19-
dnsruby (1.61.5)
20-
simpleidn (~> 0.1)
21-
em-websocket (0.5.2)
26+
connection_pool (2.4.1)
27+
csv (3.3.0)
28+
dnsruby (1.72.2)
29+
simpleidn (~> 0.2.1)
30+
drb (2.2.1)
31+
em-websocket (0.5.3)
2232
eventmachine (>= 0.12.9)
23-
http_parser.rb (~> 0.6.0)
24-
ethon (0.12.0)
25-
ffi (>= 1.3.0)
33+
http_parser.rb (~> 0)
34+
ethon (0.16.0)
35+
ffi (>= 1.15.0)
2636
eventmachine (1.2.7)
27-
execjs (2.7.0)
28-
faraday (1.3.0)
29-
faraday-net_http (~> 1.0)
30-
multipart-post (>= 1.2, < 3)
31-
ruby2_keywords
32-
faraday-net_http (1.0.1)
33-
ffi (1.14.2)
37+
execjs (2.10.0)
38+
faraday (2.12.0)
39+
faraday-net_http (>= 2.0, < 3.4)
40+
json
41+
logger
42+
faraday-net_http (3.3.0)
43+
net-http
44+
ffi (1.17.0-x86_64-darwin)
45+
ffi (1.17.0-x86_64-linux-gnu)
3446
forwardable-extended (2.6.0)
35-
gemoji (3.0.1)
36-
github-pages (228)
37-
github-pages-health-check (= 1.17.9)
38-
jekyll (= 3.9.3)
39-
jekyll-avatar (= 0.7.0)
40-
jekyll-coffeescript (= 1.1.1)
41-
jekyll-commonmark-ghpages (= 0.4.0)
42-
jekyll-default-layout (= 0.1.4)
43-
jekyll-feed (= 0.15.1)
47+
gemoji (4.1.0)
48+
github-pages (232)
49+
github-pages-health-check (= 1.18.2)
50+
jekyll (= 3.10.0)
51+
jekyll-avatar (= 0.8.0)
52+
jekyll-coffeescript (= 1.2.2)
53+
jekyll-commonmark-ghpages (= 0.5.1)
54+
jekyll-default-layout (= 0.1.5)
55+
jekyll-feed (= 0.17.0)
4456
jekyll-gist (= 1.5.0)
45-
jekyll-github-metadata (= 2.13.0)
57+
jekyll-github-metadata (= 2.16.1)
4658
jekyll-include-cache (= 0.2.1)
4759
jekyll-mentions (= 1.6.0)
4860
jekyll-optional-front-matter (= 0.3.2)
@@ -69,30 +81,32 @@ GEM
6981
jekyll-theme-tactile (= 0.2.0)
7082
jekyll-theme-time-machine (= 0.2.0)
7183
jekyll-titles-from-headings (= 0.5.3)
72-
jemoji (= 0.12.0)
73-
kramdown (= 2.3.2)
84+
jemoji (= 0.13.0)
85+
kramdown (= 2.4.0)
7486
kramdown-parser-gfm (= 1.1.0)
7587
liquid (= 4.0.4)
7688
mercenary (~> 0.3)
7789
minima (= 2.5.1)
78-
nokogiri (>= 1.13.6, < 2.0)
79-
rouge (= 3.26.0)
90+
nokogiri (>= 1.16.2, < 2.0)
91+
rouge (= 3.30.0)
8092
terminal-table (~> 1.4)
81-
github-pages-health-check (1.17.9)
93+
webrick (~> 1.8)
94+
github-pages-health-check (1.18.2)
8295
addressable (~> 2.3)
8396
dnsruby (~> 1.60)
84-
octokit (~> 4.0)
85-
public_suffix (>= 3.0, < 5.0)
97+
octokit (>= 4, < 8)
98+
public_suffix (>= 3.0, < 6.0)
8699
typhoeus (~> 1.3)
87-
html-pipeline (2.14.0)
100+
html-pipeline (2.14.3)
88101
activesupport (>= 2)
89102
nokogiri (>= 1.4)
90-
http_parser.rb (0.6.0)
103+
http_parser.rb (0.8.0)
91104
i18n (1.14.6)
92105
concurrent-ruby (~> 1.0)
93-
jekyll (3.9.3)
106+
jekyll (3.10.0)
94107
addressable (~> 2.4)
95108
colorator (~> 1.0)
109+
csv (~> 3.0)
96110
em-websocket (~> 0.5)
97111
i18n (>= 0.7, < 2)
98112
jekyll-sass-converter (~> 1.0)
@@ -103,27 +117,28 @@ GEM
103117
pathutil (~> 0.9)
104118
rouge (>= 1.7, < 4)
105119
safe_yaml (~> 1.0)
106-
jekyll-avatar (0.7.0)
120+
webrick (>= 1.0)
121+
jekyll-avatar (0.8.0)
107122
jekyll (>= 3.0, < 5.0)
108-
jekyll-coffeescript (1.1.1)
123+
jekyll-coffeescript (1.2.2)
109124
coffee-script (~> 2.2)
110-
coffee-script-source (~> 1.11.1)
125+
coffee-script-source (~> 1.12)
111126
jekyll-commonmark (1.4.0)
112127
commonmarker (~> 0.22)
113-
jekyll-commonmark-ghpages (0.4.0)
114-
commonmarker (~> 0.23.7)
115-
jekyll (~> 3.9.0)
128+
jekyll-commonmark-ghpages (0.5.1)
129+
commonmarker (>= 0.23.7, < 1.1.0)
130+
jekyll (>= 3.9, < 4.0)
116131
jekyll-commonmark (~> 1.4.0)
117132
rouge (>= 2.0, < 5.0)
118-
jekyll-default-layout (0.1.4)
119-
jekyll (~> 3.0)
120-
jekyll-feed (0.15.1)
133+
jekyll-default-layout (0.1.5)
134+
jekyll (>= 3.0, < 5.0)
135+
jekyll-feed (0.17.0)
121136
jekyll (>= 3.7, < 5.0)
122137
jekyll-gist (1.5.0)
123138
octokit (~> 4.2)
124-
jekyll-github-metadata (2.13.0)
139+
jekyll-github-metadata (2.16.1)
125140
jekyll (>= 3.4, < 5.0)
126-
octokit (~> 4.0, != 4.4.0)
141+
octokit (>= 4, < 7, != 4.4.0)
127142
jekyll-include-cache (0.2.1)
128143
jekyll (>= 3.7, < 5.0)
129144
jekyll-mentions (1.6.0)
@@ -194,66 +209,65 @@ GEM
194209
jekyll (>= 3.3, < 5.0)
195210
jekyll-watch (2.2.1)
196211
listen (~> 3.0)
197-
jemoji (0.12.0)
198-
gemoji (~> 3.0)
212+
jemoji (0.13.0)
213+
gemoji (>= 3, < 5)
199214
html-pipeline (~> 2.2)
200215
jekyll (>= 3.0, < 5.0)
201-
kramdown (2.3.2)
216+
json (2.7.5)
217+
kramdown (2.4.0)
202218
rexml
203219
kramdown-parser-gfm (1.1.0)
204220
kramdown (~> 2.0)
205221
liquid (4.0.4)
206-
listen (3.4.1)
222+
listen (3.9.0)
207223
rb-fsevent (~> 0.10, >= 0.10.3)
208224
rb-inotify (~> 0.9, >= 0.9.10)
225+
logger (1.6.1)
209226
mercenary (0.3.6)
210227
minima (2.5.1)
211228
jekyll (>= 3.5, < 5.0)
212229
jekyll-feed (~> 0.9)
213230
jekyll-seo-tag (~> 2.1)
214231
minitest (5.25.1)
215-
multipart-post (2.1.1)
216-
nokogiri (1.16.5-x86_64-darwin)
232+
net-http (0.4.1)
233+
uri
234+
nokogiri (1.16.7-x86_64-darwin)
217235
racc (~> 1.4)
218-
nokogiri (1.16.5-x86_64-linux)
236+
nokogiri (1.16.7-x86_64-linux)
219237
racc (~> 1.4)
220-
octokit (4.20.0)
221-
faraday (>= 0.9)
222-
sawyer (~> 0.8.0, >= 0.5.3)
238+
octokit (4.25.1)
239+
faraday (>= 1, < 3)
240+
sawyer (~> 0.9)
223241
pathutil (0.16.2)
224242
forwardable-extended (~> 2.6)
225-
public_suffix (4.0.6)
226-
racc (1.8.0)
227-
rb-fsevent (0.10.4)
228-
rb-inotify (0.10.1)
243+
public_suffix (5.1.1)
244+
racc (1.8.1)
245+
rb-fsevent (0.11.2)
246+
rb-inotify (0.11.1)
229247
ffi (~> 1.0)
230248
rexml (3.3.9)
231-
rouge (3.26.0)
232-
ruby2_keywords (0.0.4)
233-
rubyzip (2.3.0)
249+
rouge (3.30.0)
250+
rubyzip (2.3.2)
234251
safe_yaml (1.0.5)
235252
sass (3.7.4)
236253
sass-listen (~> 4.0.0)
237254
sass-listen (4.0.0)
238255
rb-fsevent (~> 0.9, >= 0.9.4)
239256
rb-inotify (~> 0.9, >= 0.9.7)
240-
sawyer (0.8.2)
257+
sawyer (0.9.2)
241258
addressable (>= 2.3.5)
242-
faraday (> 0.8, < 2.0)
243-
simpleidn (0.2.1)
244-
unf (~> 0.1.4)
259+
faraday (>= 0.17.3, < 3)
260+
securerandom (0.3.1)
261+
simpleidn (0.2.3)
245262
terminal-table (1.8.0)
246263
unicode-display_width (~> 1.1, >= 1.1.1)
247-
typhoeus (1.4.0)
264+
typhoeus (1.4.1)
248265
ethon (>= 0.9.0)
249266
tzinfo (2.0.6)
250267
concurrent-ruby (~> 1.0)
251-
unf (0.1.4)
252-
unf_ext
253-
unf_ext (0.0.7.7)
254-
unicode-display_width (1.7.0)
268+
unicode-display_width (1.8.0)
269+
uri (0.13.1)
255270
webrick (1.8.2)
256-
zeitwerk (2.6.18)
257271

258272
PLATFORMS
259273
x86_64-darwin-19

error01.txt

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
Run bundle exec jekyll build --baseurl ""
2+
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
3+
Configuration file: /home/runner/work/hwindo.github.io/hwindo.github.io/_config.yaml
4+
GitHub Metadata: site.name is set in _config.yml, but many plugins and themes expect site.title to be used instead. To avoid potential inconsistency, Jekyll GitHub Metadata will not set site.title to the repository's name.
5+
Source: /home/runner/work/hwindo.github.io/hwindo.github.io
6+
Destination: /home/runner/work/hwindo.github.io/hwindo.github.io/_site
7+
Incremental build: disabled. Enable with --incremental
8+
Generating...
9+
jekyll 3.9.3 | Error: (/home/runner/work/hwindo.github.io/hwindo.github.io/_data/project_list.yml): found a tab character that violate indentation while scanning a plain scalar at line 1 column 10
10+
/home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in `parse': (/home/runner/work/hwindo.github.io/hwindo.github.io/_data/project_list.yml): found a tab character that violate indentation while scanning a plain scalar at line 1 column 10 (Psych::SyntaxError)
11+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in `load'
12+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `block in load_file'
13+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `open'
14+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `load_file'
15+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:66:in `read_data_file'
16+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:46:in `block in read_data_to'
17+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:38:in `each'
18+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:38:in `read_data_to'
19+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:20:in `read'
20+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/reader.rb:18:in `read'
21+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/site.rb:164:in `read'
22+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/site.rb:69:in `process'
23+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/command.rb:28:in `process_site'
24+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:65:in `build'
25+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:36:in `process'
26+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:18:in `block (2 levels) in init_with_program'
27+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
28+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
29+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
30+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
31+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
32+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/exe/jekyll:15:in `<top (required)>'
33+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/bin/jekyll:25:in `load'
34+
from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/bin/jekyll:25:in `<top (required)>'
35+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli/exec.rb:63:in `load'
36+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli/exec.rb:63:in `kernel_load'
37+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli/exec.rb:28:in `run'
38+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli.rb:494:in `exec'
39+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
40+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
41+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
42+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli.rb:30:in `dispatch'
43+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
44+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli.rb:24:in `start'
45+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/exe/bundle:49:in `block in <top (required)>'
46+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/friendly_errors.rb:130:in `with_friendly_errors'
47+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/exe/bundle:37:in `<top (required)>'
48+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/bin/bundle:25:in `load'
49+
from /opt/hostedtoolcache/Ruby/3.1.4/x64/bin/bundle:25:in `<main>'
50+
Error: Process completed with exit code 1.

error02.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
2+
Configuration file: /home/runner/work/hwindo.github.io/hwindo.github.io/_config.yaml
3+
GitHub Metadata: site.name is set in _config.yml, but many plugins and themes expect site.title to be used instead. To avoid potential inconsistency, Jekyll GitHub Metadata will not set site.title to the repository's name.
4+
Source: /home/runner/work/hwindo.github.io/hwindo.github.io
5+
Destination: /home/runner/work/hwindo.github.io/hwindo.github.io/_site
6+
Incremental build: disabled. Enable with --incremental
7+
Generating...
8+
GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
9+
GitHub Metadata: Error processing value 'url':
10+
Liquid Exception: No repo name found. Specify using PAGES_REPO_NWO environment variables, 'repository' in your configuration, or set up an 'origin' git remote pointing to your github.com repository. in blog/atom.xml
11+
ERROR: YOUR SITE COULD NOT BE BUILT:
12+
------------------------------------
13+
No repo name found. Specify using PAGES_REPO_NWO environment variables, 'repository' in your configuration, or set up an 'origin' git remote pointing to your github.com repository.
14+
Error: Process completed with exit code 1.

0 commit comments

Comments
 (0)