Skip to content

Merge pull request #39 from yishu-ji/main #111

Merge pull request #39 from yishu-ji/main

Merge pull request #39 from yishu-ji/main #111

Workflow file for this run

name: Build and deploy this Jekyll site to GitHub Pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '11'
- run: npm install
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.SECRET_TOKEN }}
target_branch: 'build'