Skip to content

chore: IUserRoleのDocStringにDeprecatedであることを記述 #12

chore: IUserRoleのDocStringにDeprecatedであることを記述

chore: IUserRoleのDocStringにDeprecatedであることを記述 #12

Workflow file for this run

name: Document Release
on:
push:
branches:
- develop
jobs:
release:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.11]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Package
run: pip install -e .[doc]
- name: Build Docs
run: python doc_gen.py
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
cname: mipac.akarinext.org