Create main.yml
This commit is contained in:
parent
43c8d2942e
commit
42422dfd21
18
.github/workflows/main.yml
vendored
Normal file
18
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
name: Checkout files
|
||||||
|
|
||||||
|
- uses: jerryjvl/jekyll-build-action@v1
|
||||||
|
name: Build Site
|
Loading…
x
Reference in New Issue
Block a user