Skip to content

adding 1 sec wait for overdue called feature (#32) #23

adding 1 sec wait for overdue called feature (#32)

adding 1 sec wait for overdue called feature (#32) #23

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- 'master'
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12.x
cache: 'pip'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs-material mkdocs-monorepo-plugin
- name: Publish Documentation
run: mkdocs gh-deploy --force