Skip to content

Commit

Permalink
update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Dec 3, 2024
1 parent cfe0c74 commit 4139e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Install ruby dependencies
run: bundle install
- name: Build website
- name: Build deps and website
run: |
cd ${{ github.ref_name }}/docs/ \
&& bundle exec jekyll build
&& bundle install && bundle exec jekyll build
- name: Copy file
run: |
mkdir -p ./gh-pages/${{ github.ref_name }}/ \
Expand Down
1 change: 1 addition & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

gem "jekyll"
gem "rake", "~> 13.0"

group :jekyll_plugins do
gem "jekyll-feed"
Expand Down

0 comments on commit 4139e31

Please sign in to comment.