From 154cdff3c829a7999cf46b4f2ad874e94ef19145 Mon Sep 17 00:00:00 2001 From: Mani Arasteh Date: Sat, 1 Jun 2024 17:55:03 +0330 Subject: [PATCH] Update gojekyll.yml --- .github/workflows/gojekyll.yml | 2 -- 1 file changed, 2 deletions(-) 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