Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adakite authored Jan 5, 2025
1 parent b1e0432 commit 9b93952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential libv8-dev
gem install bundler --user-install
echo 'export PATH=$HOME/.local/share/gem/ruby/3.2.0/bin:$PATH' >> $GITHUB_ENV
echo 'export PATH=$HOME/.gem/ruby/3.0.0/bin:$PATH' >> $GITHUB_ENV
source $GITHUB_ENV
bundle config set path 'vendor/bundle'
bundle install
- name: Build with Jekyll
run: |
source $GITHUB_ENV
echo $PATH
bundle exec jekyll build --destination ./_site
- name: Upload artifact
Expand Down

0 comments on commit 9b93952

Please sign in to comment.