Skip to content

fix(actions): switch back to GH_PAT, and remove permissions section #45

fix(actions): switch back to GH_PAT, and remove permissions section

fix(actions): switch back to GH_PAT, and remove permissions section #45

Workflow file for this run

name: release-docs
on:
push:
tags:
- "*"
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- name: Build Docs
run: |
make docs-build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book/book