We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2928cff commit b941c8fCopy full SHA for b941c8f
.github/workflows/jekyll.yml
@@ -41,10 +41,6 @@ jobs:
41
run: npm install && npm run build-prod
42
- name: Setup Ruby
43
uses: actions/setup-ruby@v1
44
- with:
45
- #ruby-version: '3.2.2' # Not needed with a .ruby-version file
46
- bundler-cache: true # runs 'bundle install' and caches installed gems automatically
47
- cache-version: 0 # Increment this number if you need to re-download cached gems
48
- name: Update Bundler
49
run: gem install bundler
50
- name: Install dependencies
0 commit comments