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
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.

1 participant