Skip to content

Commit

Permalink
fix deploy workflwo
Browse files Browse the repository at this point in the history
  • Loading branch information
EloiZ committed Jul 10, 2024
1 parent affd4bc commit 4bcfaff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
with:
ruby-version: '3.2'
bundler-cache: true
- name: Install Bundler
run: gem install bundler:2.5.11
- name: Install deps
run: |
npm install -g mermaid.cli
bundle install
- name: Build site
run: bundle exec jekyll build
- name: Setup deploy options
id: setup
run: |
Expand Down

0 comments on commit 4bcfaff

Please sign in to comment.