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 97d5d21 commit aa8ca7aCopy full SHA for aa8ca7a
.github/workflows/jekyll.yml
@@ -43,6 +43,9 @@ jobs:
43
- name: Setup Pages
44
id: pages
45
uses: actions/configure-pages@v5
46
+ - name: Install dependencies
47
+ run: bundle install
48
+ working-directory: "./mmg_website"
49
- name: Build with Jekyll
50
# Outputs to the './_site' directory by default
51
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
0 commit comments