Skip to content

Commit 60eda7e

Browse files
committed
Updated bundle configuration and dependencies
The bundle configuration has been updated to unset the deployment setting. This change allows for more flexibility in managing dependencies. Additionally, the 'bundle install' command was added after adding kramdown-parser-gfm to ensure all dependencies are properly installed.
1 parent 6286f08 commit 60eda7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
bundler-cache: true
1818
- name: Install dependencies
1919
run: |
20+
bundle config unset deployment
2021
sudo gem install bundler:2.2.15
2122
bundle install
2223
bundle add kramdown-parser-gfm
24+
bundle install
2325
- uses: helaili/jekyll-action@2.0.1
2426
env:
2527
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}

0 commit comments

Comments
 (0)