Update gojekyll.yml

This commit is contained in:
Mani Arasteh 2024-06-01 17:53:35 +03:30 committed by GitHub
parent a7620de19c
commit 53fb39f8ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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