Skip to content

Commit

Permalink
fix pages
Browse files Browse the repository at this point in the history
  • Loading branch information
matt1484 authored Mar 11, 2024
1 parent 563ce03 commit b4b9bf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
source: ./docs
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
Expand All @@ -43,7 +42,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --source docs --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit b4b9bf5

Please sign in to comment.