Skip to content

chore: v1.5.34 changelog bump #801

chore: v1.5.34 changelog bump

chore: v1.5.34 changelog bump #801

Workflow file for this run

---
name: Deploy Main
on:
push:
branches:
- main
jobs:
deploy-documentation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'
- name: mdBook Build
run: mdbook build
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
keep_files: true
allow_empty_commit: false