Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroJacobLi authored Jun 19, 2024
1 parent 291fb7c commit 7bda2ea
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Ensure this matches the Ruby version you use locally
- name: Build Jekyll site

- name: Install dependencies
run: |
cd browser
bundle install
bundle exec jekyll build --destination ../_site
- name: Build Jekyll site
run: |
bundle exec jekyll build --destination _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7bda2ea

Please sign in to comment.