Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Jan 11, 2024
1 parent 6f615fe commit 251b0e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set to docs directory
run: cd ./docs
- name: Checkout
uses: actions/checkout@v4
with:
source: ./docs
- name: Setup Ruby
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
with:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Build with Jekyll
# Outputs to the './_site' directory by default
# run: cd ./docs
run: cd ./docs && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit 251b0e1

Please sign in to comment.