Skip to content

add docs folder which is copy that points at gh-pages URls, and setup CI build that updates them (will also add to PRs) #5

add docs folder which is copy that points at gh-pages URls, and setup CI build that updates them (will also add to PRs)

add docs folder which is copy that points at gh-pages URls, and setup CI build that updates them (will also add to PRs) #5

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
- 'releases/**'
workflow_call:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_ci:
name: Run CI
uses: ./.github/workflows/CI.yml
permissions:
security-events: write
contents: read