Skip to content

Commit c82ae60

Browse files
Attempting to sync release and publish-websites actions
1 parent 3f09674 commit c82ae60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-website.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ jobs:
2121
run: |
2222
bundle install --jobs 4 --retry 3
2323
- name: Print versions
24-
env:
25-
RUBYOPT: '-rbundler/setup' # Tricks ruby executables to recognize bundler configuration
2624
run: |
2725
java -version
2826
gpg --version
29-
ruby --version || true
30-
jekyll --version || true
27+
ruby --version
28+
jekyll --version
3129
- name: Update website
3230
env:
3331
RUBYOPT: '-rbundler/setup' # Tricks ruby executables to recognize bundler configuration

0 commit comments

Comments
 (0)