Skip to content

Commit 602ef06

Browse files
authored
Merge pull request #40 from bacchus-snu/new-site-2026
fix deploy.yml bug
2 parents 7da3445 + f504053 commit 602ef06

3 files changed

Lines changed: 91 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v4
3333

3434
- name: Build with Jekyll
35-
run: |
36-
gem install jekyll bundler
37-
jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
35+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
3836
env:
3937
JEKYLL_ENV: production
4038

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ result-*
1111

1212
# Dependencies
1313
node_modules/
14-
Gemfile.lock
1514

1615
# IDE
1716
.idea/

Gemfile.lock

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.0.1)
8+
colorator (1.1.0)
9+
concurrent-ruby (1.3.6)
10+
csv (3.3.5)
11+
em-websocket (0.5.3)
12+
eventmachine (>= 0.12.9)
13+
http_parser.rb (~> 0)
14+
eventmachine (1.2.7)
15+
ffi (1.17.3-x86_64-linux-musl)
16+
forwardable-extended (2.6.0)
17+
google-protobuf (4.33.4-x86_64-linux-musl)
18+
bigdecimal
19+
rake (>= 13)
20+
http_parser.rb (0.8.1)
21+
i18n (1.14.8)
22+
concurrent-ruby (~> 1.0)
23+
jekyll (4.4.1)
24+
addressable (~> 2.4)
25+
base64 (~> 0.2)
26+
colorator (~> 1.0)
27+
csv (~> 3.0)
28+
em-websocket (~> 0.5)
29+
i18n (~> 1.0)
30+
jekyll-sass-converter (>= 2.0, < 4.0)
31+
jekyll-watch (~> 2.0)
32+
json (~> 2.6)
33+
kramdown (~> 2.3, >= 2.3.1)
34+
kramdown-parser-gfm (~> 1.0)
35+
liquid (~> 4.0)
36+
mercenary (~> 0.3, >= 0.3.6)
37+
pathutil (~> 0.9)
38+
rouge (>= 3.0, < 5.0)
39+
safe_yaml (~> 1.0)
40+
terminal-table (>= 1.8, < 4.0)
41+
webrick (~> 1.7)
42+
jekyll-feed (0.17.0)
43+
jekyll (>= 3.7, < 5.0)
44+
jekyll-sass-converter (3.1.0)
45+
sass-embedded (~> 1.75)
46+
jekyll-seo-tag (2.8.0)
47+
jekyll (>= 3.8, < 5.0)
48+
jekyll-watch (2.2.1)
49+
listen (~> 3.0)
50+
json (2.18.0)
51+
kramdown (2.5.1)
52+
rexml (>= 3.3.9)
53+
kramdown-parser-gfm (1.1.0)
54+
kramdown (~> 2.0)
55+
liquid (4.0.4)
56+
listen (3.10.0)
57+
logger
58+
rb-fsevent (~> 0.10, >= 0.10.3)
59+
rb-inotify (~> 0.9, >= 0.9.10)
60+
logger (1.7.0)
61+
mercenary (0.4.0)
62+
pathutil (0.16.2)
63+
forwardable-extended (~> 2.6)
64+
public_suffix (6.0.2)
65+
rake (13.3.1)
66+
rb-fsevent (0.11.2)
67+
rb-inotify (0.11.1)
68+
ffi (~> 1.0)
69+
rexml (3.4.4)
70+
rouge (4.7.0)
71+
safe_yaml (1.0.5)
72+
sass-embedded (1.97.2)
73+
google-protobuf (~> 4.31)
74+
rake (>= 13)
75+
terminal-table (3.0.2)
76+
unicode-display_width (>= 1.1.1, < 3)
77+
unicode-display_width (2.6.0)
78+
webrick (1.9.2)
79+
80+
PLATFORMS
81+
x86_64-linux-musl
82+
83+
DEPENDENCIES
84+
jekyll (~> 4.3)
85+
jekyll-feed
86+
jekyll-seo-tag
87+
webrick
88+
89+
BUNDLED WITH
90+
2.3.25

0 commit comments

Comments
 (0)