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 d239207 commit b770ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ 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 }}" --source ./docs
working-directory: ./docs
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit b770ee6

Please sign in to comment.