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

Commit

Permalink
Monodocs dev build (#448)
Browse files Browse the repository at this point in the history
* update monodocs build ci with dev build, increase verbosity

Signed-off-by: Niels Bantilan <[email protected]>

* remove env var

Signed-off-by: Niels Bantilan <[email protected]>

---------

Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy authored Dec 14, 2023
1 parent 71d0b49 commit eafcb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monodocs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: ${{ github.workspace }}/flyte
shell: bash -el {0}
env:
FLYTECTL_LOCAL_PATH: ${{ github.workspace }}/flytectl
FLYTECTL_LOCAL_PATH: ${{ github.workspace }}/flytectl
run: |
conda activate monodocs-env
make docs
make -C docs clean html SPHINXOPTS="-W -vvv"

0 comments on commit eafcb8c

Please sign in to comment.