Skip to content

Including remote.rst from github.io repo #54

Including remote.rst from github.io repo

Including remote.rst from github.io repo #54

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-image:
uses: ./.github/workflows/_build-image.yml
build:
needs: build-image
uses: ./.github/workflows/_build.yml
docs:
uses: ./.github/workflows/_docs.yml
release:
needs: build
uses: ./.github/workflows/_release.yml
conainer-release:
needs: build
uses: ./.github/workflows/_container-release.yml