Skip to content

Commit

Permalink
feat(monodocs): Fix CI error
Browse files Browse the repository at this point in the history
Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Apr 19, 2024
1 parent 951b1ba commit f6e77ad
Show file tree
Hide file tree
Showing 5 changed files with 883 additions and 463 deletions.
2 changes: 1 addition & 1 deletion docs/Dockerfile.docs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ SHELL ["conda", "run", "-n", "monodocs-env", "/bin/bash", "-c"]
RUN python -m pip install sphinx-autobuild
RUN python -m pip install ./flyteidl

WORKDIR docs
WORKDIR /flyte/docs
USER ${USER_UID}
ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "monodocs-env"]
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ help:
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

clean:
rm -rf _build _src _tags api flytectl flytekit flytesnacks protos examples tests
rm -rf _build _src _tags api flytectl flytekit flytesnacks protos examples tests _projects
Loading

0 comments on commit f6e77ad

Please sign in to comment.