Skip to content

Commit 8424ff3

Browse files
committed
Attempts to fix running the build in the bundle
1 parent cca0cd4 commit 8424ff3

File tree

3 files changed

+257
-4
lines changed

3 files changed

+257
-4
lines changed

.github/workflows/jekyll-gh-pages.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ jobs:
3737
- name: Setup Pages
3838
uses: actions/configure-pages@v5
3939
- name: Build with Jekyll
40-
uses: actions/jekyll-build-pages@v1
41-
with:
42-
source: ./
43-
destination: ./_site
40+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4441
- name: Upload artifact
4542
uses: actions/upload-pages-artifact@v3
4643

.idea/alumni-codex.github.io.iml

+66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile.lock

+190
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (8.0.0)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.0)
21+
bigdecimal (3.1.8)
22+
colorator (1.1.0)
23+
concurrent-ruby (1.3.4)
24+
connection_pool (2.4.1)
25+
drb (2.2.1)
26+
em-websocket (0.5.3)
27+
eventmachine (>= 0.12.9)
28+
http_parser.rb (~> 0)
29+
eventmachine (1.2.7)
30+
ffi (1.17.0-aarch64-linux-gnu)
31+
ffi (1.17.0-aarch64-linux-musl)
32+
ffi (1.17.0-arm-linux-gnu)
33+
ffi (1.17.0-arm-linux-musl)
34+
ffi (1.17.0-arm64-darwin)
35+
ffi (1.17.0-x86-linux-gnu)
36+
ffi (1.17.0-x86-linux-musl)
37+
ffi (1.17.0-x86_64-darwin)
38+
ffi (1.17.0-x86_64-linux-gnu)
39+
ffi (1.17.0-x86_64-linux-musl)
40+
forwardable-extended (2.6.0)
41+
gemoji (4.1.0)
42+
google-protobuf (4.29.0)
43+
bigdecimal
44+
rake (>= 13)
45+
google-protobuf (4.29.0-aarch64-linux)
46+
bigdecimal
47+
rake (>= 13)
48+
google-protobuf (4.29.0-arm64-darwin)
49+
bigdecimal
50+
rake (>= 13)
51+
google-protobuf (4.29.0-x86-linux)
52+
bigdecimal
53+
rake (>= 13)
54+
google-protobuf (4.29.0-x86_64-darwin)
55+
bigdecimal
56+
rake (>= 13)
57+
google-protobuf (4.29.0-x86_64-linux)
58+
bigdecimal
59+
rake (>= 13)
60+
html-pipeline (2.14.3)
61+
activesupport (>= 2)
62+
nokogiri (>= 1.4)
63+
http_parser.rb (0.8.0)
64+
i18n (1.14.6)
65+
concurrent-ruby (~> 1.0)
66+
jekyll (4.3.4)
67+
addressable (~> 2.4)
68+
colorator (~> 1.0)
69+
em-websocket (~> 0.5)
70+
i18n (~> 1.0)
71+
jekyll-sass-converter (>= 2.0, < 4.0)
72+
jekyll-watch (~> 2.0)
73+
kramdown (~> 2.3, >= 2.3.1)
74+
kramdown-parser-gfm (~> 1.0)
75+
liquid (~> 4.0)
76+
mercenary (>= 0.3.6, < 0.5)
77+
pathutil (~> 0.9)
78+
rouge (>= 3.0, < 5.0)
79+
safe_yaml (~> 1.0)
80+
terminal-table (>= 1.8, < 4.0)
81+
webrick (~> 1.7)
82+
jekyll-feed (0.17.0)
83+
jekyll (>= 3.7, < 5.0)
84+
jekyll-include-cache (0.2.1)
85+
jekyll (>= 3.7, < 5.0)
86+
jekyll-sass-converter (3.0.0)
87+
sass-embedded (~> 1.54)
88+
jekyll-seo-tag (2.8.0)
89+
jekyll (>= 3.8, < 5.0)
90+
jekyll-watch (2.2.1)
91+
listen (~> 3.0)
92+
jemoji (0.13.0)
93+
gemoji (>= 3, < 5)
94+
html-pipeline (~> 2.2)
95+
jekyll (>= 3.0, < 5.0)
96+
just-the-docs (0.10.0)
97+
jekyll (>= 3.8.5)
98+
jekyll-include-cache
99+
jekyll-seo-tag (>= 2.0)
100+
rake (>= 12.3.1)
101+
kramdown (2.5.1)
102+
rexml (>= 3.3.9)
103+
kramdown-parser-gfm (1.1.0)
104+
kramdown (~> 2.0)
105+
liquid (4.0.4)
106+
listen (3.9.0)
107+
rb-fsevent (~> 0.10, >= 0.10.3)
108+
rb-inotify (~> 0.9, >= 0.9.10)
109+
logger (1.6.1)
110+
mercenary (0.4.0)
111+
minitest (5.25.2)
112+
nokogiri (1.16.7-aarch64-linux)
113+
racc (~> 1.4)
114+
nokogiri (1.16.7-arm-linux)
115+
racc (~> 1.4)
116+
nokogiri (1.16.7-arm64-darwin)
117+
racc (~> 1.4)
118+
nokogiri (1.16.7-x86-linux)
119+
racc (~> 1.4)
120+
nokogiri (1.16.7-x86_64-darwin)
121+
racc (~> 1.4)
122+
nokogiri (1.16.7-x86_64-linux)
123+
racc (~> 1.4)
124+
pathutil (0.16.2)
125+
forwardable-extended (~> 2.6)
126+
public_suffix (6.0.1)
127+
racc (1.8.1)
128+
rake (13.2.1)
129+
rb-fsevent (0.11.2)
130+
rb-inotify (0.11.1)
131+
ffi (~> 1.0)
132+
rexml (3.3.9)
133+
rouge (4.5.1)
134+
safe_yaml (1.0.5)
135+
sass-embedded (1.81.0-aarch64-linux-gnu)
136+
google-protobuf (~> 4.28)
137+
sass-embedded (1.81.0-aarch64-linux-musl)
138+
google-protobuf (~> 4.28)
139+
sass-embedded (1.81.0-arm-linux-gnueabihf)
140+
google-protobuf (~> 4.28)
141+
sass-embedded (1.81.0-arm-linux-musleabihf)
142+
google-protobuf (~> 4.28)
143+
sass-embedded (1.81.0-arm64-darwin)
144+
google-protobuf (~> 4.28)
145+
sass-embedded (1.81.0-x86-linux-gnu)
146+
google-protobuf (~> 4.28)
147+
sass-embedded (1.81.0-x86-linux-musl)
148+
google-protobuf (~> 4.28)
149+
sass-embedded (1.81.0-x86_64-darwin)
150+
google-protobuf (~> 4.28)
151+
sass-embedded (1.81.0-x86_64-linux-gnu)
152+
google-protobuf (~> 4.28)
153+
sass-embedded (1.81.0-x86_64-linux-musl)
154+
google-protobuf (~> 4.28)
155+
securerandom (0.3.2)
156+
terminal-table (3.0.2)
157+
unicode-display_width (>= 1.1.1, < 3)
158+
tzinfo (2.0.6)
159+
concurrent-ruby (~> 1.0)
160+
unicode-display_width (2.6.0)
161+
uri (1.0.2)
162+
webrick (1.9.0)
163+
164+
PLATFORMS
165+
aarch64-linux
166+
aarch64-linux-gnu
167+
aarch64-linux-musl
168+
arm-linux
169+
arm-linux-gnu
170+
arm-linux-gnueabihf
171+
arm-linux-musl
172+
arm-linux-musleabihf
173+
arm64-darwin
174+
x86-linux
175+
x86-linux-gnu
176+
x86-linux-musl
177+
x86_64-darwin
178+
x86_64-linux
179+
x86_64-linux-gnu
180+
x86_64-linux-musl
181+
182+
DEPENDENCIES
183+
jekyll (~> 4.0)
184+
jekyll-feed
185+
jemoji
186+
just-the-docs
187+
kramdown-parser-gfm
188+
189+
BUNDLED WITH
190+
2.5.22

0 commit comments

Comments
 (0)