Skip to content

minor changes at protobuf example #88

minor changes at protobuf example

minor changes at protobuf example #88

Workflow file for this run

name: Github Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: cargo install mdbook mdbook-alerts
- name: Generating Statics Files
run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.RELEASE_ACCESS_TOKEN }}
publish_dir: ./book