Update gojekyll.yml
This commit is contained in:
parent
a7620de19c
commit
53fb39f8ea
1 changed files with 4 additions and 3 deletions
7
.github/workflows/gojekyll.yml
vendored
7
.github/workflows/gojekyll.yml
vendored
|
@ -27,10 +27,11 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@v5.0.1
|
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
|
- name: Installing GoJekyll
|
||||||
run: go install github.com/osteele/gojekyll@latest
|
run: go install github.com/osteele/gojekyll@latest
|
||||||
- name: Building Go file
|
- name: Building Go file
|
||||||
run: gojekyll build
|
run: gojekyll build
|
||||||
- name: Serving Gojekyll
|
|
||||||
run: gojekyll serve
|
|
||||||
|
|
Loading…
Reference in a new issue