Skip to content

Added Blog for langcraft project (#17) #34

Added Blog for langcraft project (#17)

Added Blog for langcraft project (#17) #34

Workflow file for this run

name: Build and deploy Jekyll site to github pages
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: helaili/[email protected]
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
with:
jekyll_src: ./
gem_src: ./
target_branch: 'gh-pages'