diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml new file mode 100644 index 0000000..f94a489 --- /dev/null +++ b/.github/workflows/jekyll.yml @@ -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