From c8d2b7fc1ecee43a2a671de999f1e9a76f636b33 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:06:32 +0100 Subject: [PATCH] use my release actions change --- .github/workflows/nightly.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index db10af6b9b4..853f1651e44 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 @@ -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: ''