Skip to content

yet another try

yet another try #15

Workflow file for this run

name: docs
on:
push:
branches:
- docs
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