add workflow

This commit is contained in:
⧉ infominer 2020-11-30 12:08:39 -05:00
parent c921646498
commit cb98c684bb

15
_data/.github/workflows/jekyllbuild.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@2.0.1
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}