Skip to content

Commit

Permalink
use my release actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Oct 23, 2023
1 parent 7f6a81f commit c8d2b7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ 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
uses: wxtim/release-actions/install-cylc-components@v1
with:
meta_release: ${{ matrix.meta_release }}
cylc_flow: true
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 c8d2b7f

Please sign in to comment.