Skip to content

Commit

Permalink
Monodocs dev build (#2048)
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 6cd0a60 commit bfc0b65
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:
FLYTEKIT_LOCAL_PATH: ${{ github.workspace }}/flytekit
FLYTEKIT_LOCAL_PATH: ${{ github.workspace }}/flytekit
run: |
conda activate monodocs-env
make docs
make -C docs clean html SPHINXOPTS="-W -vvv"

0 comments on commit bfc0b65

Please sign in to comment.