Skip to content

Commit e2458aa

Browse files
authored
Merge pull request #577 from oliver-sanders/rose-2.0.x
actions: pin to metomi-rose 2.0.x
2 parents 4c8e559 + 684a125 commit e2458aa

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787

8888
- name: install libs to document
8989
uses: cylc/cylc-doc/.github/actions/install-libs@master
90+
with:
91+
metomi-rose-tag: '2.0.x'
9092

9193
- name: create conda envs
9294
uses: ./docs/.github/actions/create-conda-envs

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
- name: install libs to document
5858
uses: ./docs/.github/actions/install-libs
59+
with:
60+
metomi-rose-tag: '2.0.x'
5961

6062
- name: checkout gh-pages branch
6163
uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: install libs to document (other branches)
6565
if: github.base_ref != '8.0.x'
6666
uses: ./.github/actions/install-libs
67+
with:
68+
metomi-rose-tag: '2.0.x'
6769

6870
- name: install eslint
6971
run: |

src/reference/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Combined Commands
6161

6262
Two new commands have been added as short-cuts for common working patterns:
6363

64-
``cylc vip`` validates, installs, and plays a workflow, and is eqivelent to:
64+
``cylc vip`` validates, installs, and plays a workflow, and is equivalent to:
6565

6666
.. code-block:: bash
6767

0 commit comments

Comments
 (0)