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

17 lines
365 B
YAML
Raw Normal View History

2020-11-30 12:08:39 -05:00
name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- master
2021-01-22 22:21:53 -05:00
paths-ignore:
2021-01-22 22:26:58 -05:00
- '_data/**'
2021-01-22 22:35:37 -05:00
- '.github/workflows/twitter.yml'
2020-11-30 12:08:39 -05: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 }}