Skip to content

Bump the default group with 2 updates (#375) #155

Bump the default group with 2 updates (#375)

Bump the default group with 2 updates (#375) #155

Workflow file for this run

name: Doc
on:
push:
branches:
- master
jobs:
Doc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Documentation
run: cargo doc --all --no-deps
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./target/doc
force_orphan: true