Skip to content

Show both operation ID and name (e.g. "op-005 add") in plan visualiza… #253

Show both operation ID and name (e.g. "op-005 add") in plan visualiza…

Show both operation ID and name (e.g. "op-005 add") in plan visualiza… #253

Workflow file for this run

name: Docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Build and Commit
id: deployment
uses: sphinx-notes/pages@v3
with:
publish: false
- name: Push changes
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}