Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Oct 27, 2023
1 parent 7f6a81f commit 794b441
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
- name: install dependencies
uses: ./docs/.github/actions/install-dependencies

- name: install cylc-doc
run: pip install "${{ github.workspace }}/docs[all]"
# - name: install cylc-doc
# run: pip install "${{ github.workspace }}/docs[all]"

- name: install libs to document
uses: cylc/release-actions/install-cylc-components@v1
Expand All @@ -84,6 +84,8 @@ jobs:
cylc_uiserver_opts: ''
cylc_rose: true
cylc_rose_opts: ''
cylc_doc: true
cylc_doc_opts: ''
metomi_rose: true
metomi_rose_opts: ''

Expand Down

0 comments on commit 794b441

Please sign in to comment.