Delete .github/workflows/gojekyll.yml

This commit is contained in:
Mani Arasteh 2024-06-01 17:40:59 +03:30 committed by GitHub
parent 3de438ace7
commit e5b5b0a9ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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