Skip to content

Update shuofeng_liu.md #63

Update shuofeng_liu.md

Update shuofeng_liu.md #63

Workflow file for this run

name: Zola on GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout master
uses: actions/[email protected]
- name: Install dependencies
run: npm install
- name: Build and deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}