Skip to content

update minsuk profile #118

update minsuk profile

update minsuk profile #118

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'