Skip to content

Add to gitignore (#299) #102

Add to gitignore (#299)

Add to gitignore (#299) #102

Workflow file for this run

# source: https://github.com/sphinx-notes/pages
name: Deploy Sphinx documentation to Pages
on:
push:
branches: [main] # branch to trigger deployment
jobs:
pages:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install -y pandoc
python -m pip install --upgrade pip
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs/source/
pyproject_extras: docs