diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 4dd68a6..db23cd5 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -44,7 +44,7 @@ jobs: uses: actions/configure-pages@v5 - name: Build with Jekyll # Outputs to the './_site' directory by default - run: cd website/ ; bundle install ; bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + run: cd website/ ; bundle install ; bundle exec jekyll build # --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production - name: Upload artifact