Skip to content

Merge pull request #1581 from thermevos/patch-1 #26

Merge pull request #1581 from thermevos/patch-1

Merge pull request #1581 from thermevos/patch-1 #26

Workflow file for this run

---
name: 📚 Update Docs
on:
push:
branches:
- master
paths:
- "docs/**"
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 }}