Skip to content

Merge branch 'master' of https://github.com/YiRanCN/yirancn.github.io #184

Merge branch 'master' of https://github.com/YiRanCN/yirancn.github.io

Merge branch 'master' of https://github.com/YiRanCN/yirancn.github.io #184

Workflow file for this run

name: Deploy Github pages
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm i
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.