diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 9e54948..7ff2c1e 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -42,8 +42,6 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v3 - - name: Setup with Jekyll - run: bundle - name: Build with Jekyll # Outputs to the './_site' directory by default run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"