Skip to content

Commit cb65923

Browse files
authored
Merge pull request #42 from bacchus-snu/new-site-2026
fix another bug
2 parents f7f9826 + 823252d commit cb65923

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: '3.2'
28-
bundler-cache: true
28+
bundler-cache: false
29+
30+
- name: Install dependencies
31+
run: bundle install
2932

3033
- name: Setup Pages
3134
id: pages

0 commit comments

Comments
 (0)