devol.it/.github/workflows/github-pages.yml

16 lines
269 B
YAML
Raw Normal View History

2021-03-27 02:35:33 +01:00
name: Deploy to GitHub Pages
2021-03-27 01:51:14 +01:00
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@2.0.5
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}