Skip to content

Update Substantiation Factor #4

Update Substantiation Factor

Update Substantiation Factor #4

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 }}