Skip to content

📚 Update Docs

📚 Update Docs #13

Workflow file for this run

---
name: Sphinx Documentation Update
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
update-docs:
name: Update Documentation
runs-on: ubuntu-latest
steps:
- name: Getting your configuration from GitHub
uses: actions/checkout@v2
- name: Update documentation
uses: totaldebug/sphinx-publish-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}