forked from MetOffice/lfric_core
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (25 loc) · 830 Bytes
/
Copy pathci_docs.yml
File metadata and controls
31 lines (25 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ------------------------------------------------------------------------------
# (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: Documentation
run-name: Docs Build and Deploy - ${{ github.ref_name }}
on:
push:
branches:
- main
paths:
- 'documentation/**'
- '.github/workflows/**'
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