Skip to content

Removing pytest-profiling (fails in Python 3.13) #81

Removing pytest-profiling (fails in Python 3.13)

Removing pytest-profiling (fails in Python 3.13) #81

Workflow file for this run

name: Deploy Sphinx documentation to Pages
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
pages:
runs-on: ubuntu-20.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
sphinx_build_options: -t HtmlDocs