Skip to content

Conversation

@jathavaan
Copy link
Collaborator

No description provided.

@jathavaan jathavaan self-assigned this Sep 30, 2025
Copilot AI review requested due to automatic review settings September 30, 2025 13:14
@jathavaan jathavaan merged commit 918d5e3 into main Sep 30, 2025
1 check passed
@jathavaan jathavaan deleted the feature/5-workflow-for-publishing-docs branch September 30, 2025 13:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR restructures the documentation publishing workflow to use GitHub Pages deployment through releases instead of tag-based publishing. The workflow is simplified to trigger on release publication rather than git tags.

  • Replaces tag-based workflow with release-based GitHub Pages deployment
  • Removes the standalone versioned documentation workflow
  • Updates trigger from push on main branch to release publication

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/publish-schema-docs.yml Updated workflow name and changed trigger from push to release publication
.github/workflows/publish-docs.yml Removed entire versioned documentation workflow file

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +4 to +5
release:
types: [ published ]
Copy link

Copilot AI Sep 30, 2025

Choose a reason for hiding this comment

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

The workflow now only triggers on release publication, but the job definition and steps for actually building and deploying the documentation appear to be missing. The workflow will not perform any actions when triggered.

Copilot uses AI. Check for mistakes.
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