diff --git a/.github/workflows/gojekyll.yml b/.github/workflows/gojekyll.yml index 282cf50..62e4b0a 100644 --- a/.github/workflows/gojekyll.yml +++ b/.github/workflows/gojekyll.yml @@ -27,8 +27,6 @@ jobs: - name: Setup Go environment uses: actions/setup-go@v5.0.1 - - name: Updating Bundler - run: gem update bundler - name: Installing GitHub Pages plugin from Gemfile run: bundle install - name: Installing GoJekyll