Skip to content

Support new YDB types (#588) #164

Support new YDB types (#588)

Support new YDB types (#588) #164

Workflow file for this run

name: Deploy Sphinx documentation to Github Pages
on:
push:
branches: [main] # branch to trigger deployment
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