We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7ab2a commit 247c01fCopy full SHA for 247c01f
.github/workflows/jekyll.yml
@@ -21,6 +21,7 @@ jobs:
21
run: |
22
gem install bundler:2.5.10 # or the version specified in your Gemfile.lock
23
bundle config set --local deployment 'true'
24
+ cd events
25
bundle install
26
27
# Remove this step as you're now using Bundler to install the dependencies
0 commit comments