Skip to content

CI

CI #1

Workflow file for this run

# ------------------------------------------------------------------------------
# (c) Crown copyright Met Office. All rights reserved.
# The file LICENCE, distributed with this code, contains details of the terms
# under which the code may be used.
# ------------------------------------------------------------------------------
name: ci
run-name: CI
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{github.ref}}
cancel-in-progress: true
jobs:
build-docs:
name: Build Docs
uses: ./.github/workflows/ru_build-docs.yml
deploy-docs:
name: Deploy Docs
needs: [ build-docs ]
uses: ./.github/workflows/ru_deploy-docs.yml