From cb98c684bb7a85dd71a524a62fea8422fbf44b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Mon, 30 Nov 2020 12:08:39 -0500 Subject: [PATCH] add workflow --- _data/.github/workflows/jekyllbuild.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/.github/workflows/jekyllbuild.yml diff --git a/_data/.github/workflows/jekyllbuild.yml b/_data/.github/workflows/jekyllbuild.yml new file mode 100644 index 00000000..aa18b91f --- /dev/null +++ b/_data/.github/workflows/jekyllbuild.yml @@ -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 }} \ No newline at end of file