Skip to content

Change Docs folder structure #2

Change Docs folder structure

Change Docs folder structure #2

Workflow file for this run

name: Deploy Sphinx documentation to Pages
on:
push:
branches: [main]
jobs:
pages:
runs-on: ubuntu-latest
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
publish: false
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html