Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f
Browse files Browse the repository at this point in the history
wxtim committed May 9, 2024
1 parent a067ebb commit c24291b
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/tims_docs.yml
Original file line number Diff line number Diff line change
@@ -46,6 +46,18 @@ jobs:
with:
python-version: '3.9'

- name: checkout cylc-flow
uses: actions/checkout@v4
with:
path: cylc-flow
ref: ${{ inputs.cylc-flow-tag }}

- name: import pygraphviz
run: conda install pygraphviz -c conda-forge

- name: install cylc-flow
run: pip install -e cylc-flow

- name: configure git
uses: cylc/release-actions/configure-git@v1

@@ -57,15 +69,6 @@ jobs:
- name: install cylc-doc
run: pip install -e cylc-doc

- name: checkout cylc-flow
uses: actions/checkout@v4
with:
path: cylc-flow
ref: ${{ inputs.cylc-flow-tag }}

- name: install cylc-flow
run: pip install -e cylc-flow

- name: build-docs
run: |
cd cylc-doc && make clean html

0 comments on commit c24291b

Please sign in to comment.