Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Jan 27, 2025
1 parent a891e6f commit 3c7a136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install ruby
run: apt update -y && sudo apt install -y ruby-full bundler
run: sudo apt update -y && sudo apt install -y ruby-full
bundler
- name: Setup bundler and ruby libraries
run: bundle config set --local path vendor && bundle install
- name: Build with Jekyll
Expand Down

0 comments on commit 3c7a136

Please sign in to comment.