We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c439385 commit bc8ad8cCopy full SHA for bc8ad8c
1 file changed
.github/workflows/test-docs-generation.yml
@@ -64,8 +64,8 @@ jobs:
64
65
- name: Build Jekyll site
66
run: |
67
- # Install Jekyll and necessary plugins
68
- gem install bundler jekyll jekyll-relative-links
+ # Install Jekyll and necessary plugins (including minima theme)
+ gem install bundler jekyll jekyll-relative-links minima
69
70
# Create Jekyll source directory
71
mkdir -p site-src
0 commit comments