Skip to content

Fix RRSBA_DIS_S description #309

Fix RRSBA_DIS_S description

Fix RRSBA_DIS_S description #309

Workflow file for this run

name: publish
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for git history
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- uses: Gr1N/setup-poetry@v9
- run: poetry install
- run: poetry run mkdocs gh-deploy --force