diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index c062648628..c143527ea3 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -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