Add 6.0 to the version selector dropdown - #1165
Merged
Merged
Conversation
rasika-chivate
marked this pull request as draft
August 17, 2026 12:27
it-percona
temporarily deployed
to
Add-6.0-to-the-version-selector-dropdown - psmdb-docs-6.0 PR #1165
August 17, 2026 12:37 — with
Render
Destroyed
Contributor
There was a problem hiding this comment.
Pull request overview
Adds automated deployment of the 6.0 documentation so it appears in the Mike version selector.
Changes:
- Adds a 6.0 deployment workflow.
- Ignores macOS metadata files.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.gitignore |
Ignores .DS_Store. |
.github/workflows/main.yml |
Builds and deploys version 6.0 to publish. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+20
to
+42
| # Prepare the environment | ||
| - name: Set up Python | ||
| uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 | ||
| with: | ||
| python-version: '3.x' | ||
|
|
||
| # Configure git | ||
| - name: Configure git | ||
| env: | ||
| ROBOT_TOKEN: ${{ secrets.ROBOT_TOKEN }} | ||
| run: | | ||
| git config --global url."https://percona-platform-robot:${ROBOT_TOKEN}@github.com".insteadOf "https://github.com" | ||
| git config user.name "GitHub Action" | ||
| git config user.email "github-action@users.noreply.github.com" | ||
| git config user.password "${ROBOT_TOKEN}" | ||
| echo "GIT_USER=percona-platform-robot:${ROBOT_TOKEN}" >> $GITHUB_ENV | ||
|
|
||
| # Set up MkDocs | ||
| - name: Install MkDocs | ||
| run: | | ||
| python -m pip install --upgrade pip | ||
| pip install wheel | ||
| if [ -f requirements.txt ]; then pip install -r requirements.txt; fi |
rasika-chivate
marked this pull request as ready for review
August 17, 2026 12:43
alina-derkach-oaza
approved these changes
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.