From 53fb39f8ea987552be8f7a24283ef1f1c0e5f053 Mon Sep 17 00:00:00 2001 From: Mani Arasteh Date: Sat, 1 Jun 2024 17:53:35 +0330 Subject: [PATCH] Update gojekyll.yml --- .github/workflows/gojekyll.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gojekyll.yml b/.github/workflows/gojekyll.yml index cfa7a41..282cf50 100644 --- a/.github/workflows/gojekyll.yml +++ b/.github/workflows/gojekyll.yml @@ -27,10 +27,11 @@ 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 run: go install github.com/osteele/gojekyll@latest - name: Building Go file run: gojekyll build - - name: Serving Gojekyll - run: gojekyll serve