Skip to content

Update jekyll-gh-pages.yml #3

Update jekyll-gh-pages.yml

Update jekyll-gh-pages.yml #3

name: Node.js CI
on:
push:
branches: [ main ]
paths-ignore:
- 'README.md'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 拉取代码
uses: actions/checkout@v3
- name: Install and Build
run: |
yarn install
yarn build:gh-page
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist