Skip to content

Release Docs

Release Docs #3

Workflow file for this run

name: Release Docs
on:
workflow_dispatch:
permissions:
contents: write
pages: write
jobs:
deploy:
name: Release Docs
uses: ./.github/workflows/_docs_release.yml
secrets: inherit