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

add docs build to cicd #15101

Closed
wants to merge 6 commits into from
Closed

Conversation

logan-markewich
Copy link
Collaborator

No description provided.

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Aug 1, 2024
@logan-markewich logan-markewich marked this pull request as draft August 1, 2024 22:24
cache-dependency-path: "**/poetry.lock"
- name: Build docs
shell: bash
run: cd docs && poetry install && poetry run mkdocs build
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would we still have to python ./docs/prepare_for_build.py locally?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, since that script creates new files that need to be committed

@logan-markewich
Copy link
Collaborator Author

tbh, this is too slow to add cicd right now. I would love if mkdocs could cache the notebook conversions, but looks like thats still a todo on their end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants