Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Deprecate the provider and proxy to upstream Airflow provider (#84) #75

Deprecate the provider and proxy to upstream Airflow provider (#84)

Deprecate the provider and proxy to upstream Airflow provider (#84) #75

Workflow file for this run

name: Deploy Sphinx documentation to Pages
# Runs on pushes targeting the default branch
on:
push:
branches: [main]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
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