Skip to content

Migrate docs from skeleton #18

Migrate docs from skeleton

Migrate docs from skeleton #18

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
# TODO: Use the CI straight from the template
uses: ./.github/workflows/_check.yml
docs:
needs: check
if: ${{ ! needs.check.outputs.branch-pr }}
uses: ./.github/workflows/_docs.yml
release:
if: github.ref_type == 'tag'
needs: docs
# TODO: Use the CI straight from the template
uses: ./.github/workflows/_release.yml
permissions:
contents: write