Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI for deploying docs #792

Merged
merged 2 commits into from
Feb 8, 2021
Merged

Conversation

jrbourbeau
Copy link
Member

@jrbourbeau jrbourbeau commented Feb 7, 2021

Our built docs are put in build/html

BUILDDIR = build

However, our CI to deploy docs us attempting to deploy _build/html

FOLDER: docs/_build/html

This PR updates our documentation GitHub action to ensure we use the correct directory

EDIT: Closes #790

@jrbourbeau
Copy link
Member Author

The documentation CI build is failing due to changes in the recent 2021.02.0 Dask / Distributed release and is being fixed over in #793.

@jrbourbeau jrbourbeau merged commit 09d4ec0 into dask:main Feb 8, 2021
@jrbourbeau jrbourbeau deleted the fix-doc-deploy branch February 8, 2021 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the binder URL should be changed from master to main
1 participant