Skip to content

Commit 3f09674

Browse files
No need to reconfigure bundler path as that should be taken care of by the action
1 parent fd8bec7 commit 3f09674

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/publish-website.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
bundler-cache: true
2020
- name: Install microsite deps
2121
run: |
22-
bundle config path vendor/bundle
2322
bundle install --jobs 4 --retry 3
24-
echo "$PWD/vendor/bundle/bin" >> $GITHUB_PATH
2523
- name: Print versions
2624
env:
2725
RUBYOPT: '-rbundler/setup' # Tricks ruby executables to recognize bundler configuration

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
bundler-cache: true
2323
- name: Install microsite deps
2424
run: |
25-
bundle config path vendor/bundle
2625
bundle install --jobs 4 --retry 3
27-
echo "$PWD/vendor/bundle/bin" >> $GITHUB_PATH
2826
- name: Print versions
2927
run: |
3028
java -version

0 commit comments

Comments
 (0)