Skip to content

Move assets out from the .gitbook (#10) #1

Move assets out from the .gitbook (#10)

Move assets out from the .gitbook (#10) #1

Workflow file for this run

name: 'Publish to GitHub Pages'
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Gitbook Action
uses: ZanderZhao/gitbook-action@master
with:
source_branch: 'main'
token: ${{ secrets.DEPLOY_TOKEN }}