Skip to content

fix: create_filters option now does what it says (#414) #19

fix: create_filters option now does what it says (#414)

fix: create_filters option now does what it says (#414) #19

Workflow file for this run

name: Deploy Docs
# Runs on pushes targeting the default branch
on:
push:
branches: [master]
jobs:
pages:
runs-on: ubuntu-22.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