Skip to content

Conversation

@kunal-10-cloud
Copy link

Overview:

  • Adds .github/workflows/mkdocs-build.yml
  • Triggers on push and pull_request to the live-docs branch
  • Uses uv package manager to install dependencies (matching the Makefile)
  • Builds examples (make examples)
  • Builds reference documentation (make reference)
  • Builds the mkdocs site with --strict mode to catch warnings/errors
  • Uploads the built documentation as an artifact for review

Link to issue:
Addresses #7627

Checklist:

  • I have included a draft log file in draftlogs/
  • I have not modified the dist/ folder
  • I have verified the workflow runs successfully on my fork

- Addresses issue plotly#7627
- Workflow triggers on push/PR to live-docs branch
- Uses uv package manager for Python dependencies
- Builds examples, reference docs, and mkdocs site
- Uploads build artifacts for review
- Includes strict mode for mkdocs to catch errors
@kunal-10-cloud
Copy link
Author

@LiamConnors @camdecoster can you please review the pr once and let me know if any changes are required

@camdecoster
Copy link
Contributor

Hello @kunal-10-cloud! Thanks for the PR. Before we add this action, some changes will need to be made to the build process. This would change the requirements for the action, so we won't be able to merge this for now. Once we get the build process dialed in, we'd be happy to have your help adding this action. I'm going to close the PR, but we can reopen it once we get to a point where we're ready for the action.

@camdecoster camdecoster closed this Dec 2, 2025
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.

2 participants