Skip to content

Commit

Permalink
Moved GH-Pages-Creation to Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan authored Jun 19, 2024
1 parent 3f10f02 commit d239207
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ concurrency:
group: "pages"
cancel-in-progress: false

defaults:
run:
working-directory: ./docs

jobs:
# Build job
Expand All @@ -40,6 +37,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
working-directory: ./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 @@ -48,7 +46,7 @@ jobs:
uses: actions/configure-pages@v5
- 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 --baseurl "${{ steps.pages.outputs.base_path }}" --source ./docs
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit d239207

Please sign in to comment.