Skip to content

fix: キャッシュの上限を超えノードが削除されたときにエラーが発生する #147 #122

fix: キャッシュの上限を超えノードが削除されたときにエラーが発生する #147

fix: キャッシュの上限を超えノードが削除されたときにエラーが発生する #147 #122

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.12]
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