Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
update monodocs build ci with dev build, increase verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Dec 14, 2023
1 parent 71d0b49 commit 75ee5b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/monodocs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
working-directory: ${{ github.workspace }}/flyte
shell: bash -el {0}
env:
FLYTECTL_LOCAL_PATH: ${{ github.workspace }}/flytectl
FLYTECTL_LOCAL_PATH: ${{ github.workspace }}/flytectl
DOCS_DEV_BUILD: 1
run: |
conda activate monodocs-env
make docs
make -C docs clean html SPHINXOPTS="-W -vvv"

0 comments on commit 75ee5b5

Please sign in to comment.