Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Merge pull request #83 from cqse/ts/37607_deprecation_notice #25

Merge pull request #83 from cqse/ts/37607_deprecation_notice

Merge pull request #83 from cqse/ts/37607_deprecation_notice #25

Workflow file for this run

name: Deploy Sphinx documentation to Pages
on:
push:
branches: ["master"]
jobs:
pages:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3