Skip to content

Merge branch 'main' of https://github.com/MTES-MCT/metadata-postgresql #402

Merge branch 'main' of https://github.com/MTES-MCT/metadata-postgresql

Merge branch 'main' of https://github.com/MTES-MCT/metadata-postgresql #402

Workflow file for this run

name: Deploy Sphinx documentation to Pages
# Runs on pushes targeting the default branch
on:
push:
branches: [main]
# Cancel any in-progress job or run
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
concurrency:
group: ${{ github.ref }}
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