Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Updates to task run response (#37) #31

Updates to task run response (#37)

Updates to task run response (#37) #31

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: git submodule update --init --recursive
- run: pip install git+https://${{secrets.MKDOCS_TOKEN}}@github.com/squidfunk/[email protected]
- run: pip install mkdocstrings mkdocstrings-python mkdocs-jupyter mkdocs-table-reader-plugin
- run: mkdocs gh-deploy --force