Skip to content

Commit

Permalink
Add fake DocSearch API key to get monodocs build to succeed (flyteorg…
Browse files Browse the repository at this point in the history
…#1740)

add fake docsearch api key to get monodocs build to succeed

Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett authored Oct 4, 2024
1 parent caadd26 commit 5e73956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/monodocs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
shell: bash -el {0}
env:
FLYTESNACKS_LOCAL_PATH: ${{ github.workspace }}/flytesnacks
DOCSEARCH_API_KEY: fake_docsearch_api_key # must be set to get doc build to succeed
run: |
conda activate monodocs-env
make -C docs html SPHINXOPTS="-W"

0 comments on commit 5e73956

Please sign in to comment.