We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8bec7 commit 3f09674Copy full SHA for 3f09674
.github/workflows/publish-website.yml
@@ -19,9 +19,7 @@ jobs:
19
bundler-cache: true
20
- name: Install microsite deps
21
run: |
22
- bundle config path vendor/bundle
23
bundle install --jobs 4 --retry 3
24
- echo "$PWD/vendor/bundle/bin" >> $GITHUB_PATH
25
- name: Print versions
26
env:
27
RUBYOPT: '-rbundler/setup' # Tricks ruby executables to recognize bundler configuration
.github/workflows/release.yml
@@ -22,9 +22,7 @@ jobs:
28
29
30
java -version
0 commit comments