Skip to content

Commit bc8ad8c

Browse files
committed
chore: include minima theme in Jekyll installation for documentation generation workflow
1 parent c439385 commit bc8ad8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-docs-generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464

6565
- name: Build Jekyll site
6666
run: |
67-
# Install Jekyll and necessary plugins
68-
gem install bundler jekyll jekyll-relative-links
67+
# Install Jekyll and necessary plugins (including minima theme)
68+
gem install bundler jekyll jekyll-relative-links minima
6969
7070
# Create Jekyll source directory
7171
mkdir -p site-src

0 commit comments

Comments
 (0)