Skip to content

Commit

Permalink
Create jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hexrw authored Jan 2, 2022
1 parent fb82fb6 commit 2cb2b21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Jekyll site CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
do_nothing:

runs-on: ubuntu-latest

steps:
- run: echo

0 comments on commit 2cb2b21

Please sign in to comment.