Skip to content

Cleanup migrations (#823) #265

Cleanup migrations (#823)

Cleanup migrations (#823) #265

Workflow file for this run

name: Rust AutoDoc
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
on:
push:
branches: master
jobs:
autodoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup show
- name: Install protobuf-compiler
run: |
sudo apt-get install protobuf-compiler
- name: Setup sccache
uses: mozilla-actions/[email protected]
- name: Build the docs
run: cargo doc --all --no-deps
- name: Deploy the docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc