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 bf2559b commit 78934b2Copy full SHA for 78934b2
.github/workflows/jekyll.yml
@@ -40,6 +40,8 @@ jobs:
40
ruby-version: '3.1' # Not needed with a .ruby-version file
41
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42
cache-version: 0 # Increment this number if you need to re-download cached gems
43
+ - name: Install dependencies
44
+ run: bundle install
45
- name: Setup Pages
46
id: pages
47
uses: actions/configure-pages@v5
0 commit comments