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 19175e9 commit f928ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -85,7 +85,7 @@ jobs:
cylc_rose: true
cylc_rose_opts: ''
cylc_doc: true
cylc_doc_opts: 'all'
cylc_doc_opts: ''
metomi_rose: true
metomi_rose_opts: ''

Expand Down

0 comments on commit f928ea8

Please sign in to comment.