forked from MetOffice/lfric_core
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (25 loc) · 801 Bytes
/
ru_deploy-docs.yml
File metadata and controls
29 lines (25 loc) · 801 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
# ------------------------------------------------------------------------------
# (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: Deploy Docs
on:
workflow_call:
jobs:
deploy:
if: ${{ github.repository == 'MetOffice/lfric_core' }}
environment:
name: github-pages
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-24.04
steps:
- name: Configure GitHub Pages
id: configure
uses: actions/configure-pages@v4
- name: Deploy GitHub Pages
id: deploy
uses: actions/deploy-pages@v4