decentralized-id.github.io/.github/workflows/jekyllbuild.yml

16 lines
325 B
YAML
Raw Normal View History

2020-11-30 17:08:39 +00:00
name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- master
2021-01-23 03:21:53 +00:00
paths-ignore:
2021-01-23 03:26:58 +00:00
- '_data/**'
2020-11-30 17:08:39 +00:00
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 }}