Delete .github/workflows/gojekyll.yml
This commit is contained in:
parent
3de438ace7
commit
e5b5b0a9ed
1 changed files with 0 additions and 28 deletions
28
.github/workflows/gojekyll.yml
vendored
28
.github/workflows/gojekyll.yml
vendored
|
@ -1,28 +0,0 @@
|
||||||
# This is a basic workflow to help you get started with Actions
|
|
||||||
|
|
||||||
name: CI
|
|
||||||
|
|
||||||
# Controls when the workflow will run
|
|
||||||
on:
|
|
||||||
# Triggers the workflow on push or pull request events but only for the "master" branch
|
|
||||||
push:
|
|
||||||
branches: [ "master" ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ "master" ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
# The type of runner that the job will run on
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Setup Go environment
|
|
||||||
uses: actions/setup-go@5.0.1
|
|
||||||
- name: Installing dependencies
|
|
||||||
run: go install github.com/osteele/gojekyll@latest
|
|
||||||
- name: Building site
|
|
||||||
run: gojekyll build
|
|
||||||
- name: Gojekyll Serve
|
|
||||||
run: gojekyll serve
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue