Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antnb authored Mar 8, 2024
1 parent 53631c2 commit 609fa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v4
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" 2> /home/runner/work/jurnal/error_log.txt
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" 2> /home/runner/work/jurnal/jurnal/error_log.txt
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit 609fa9d

Please sign in to comment.