Skip to content

Conversation

@a5chin
Copy link
Owner

@a5chin a5chin commented Nov 11, 2025

PR Type

Enhancement


Description

  • Refine CI/CD workflow trigger.

  • Target only documentation Markdown files.

  • Improve deployment efficiency.


Diagram Walkthrough

flowchart LR
  gh_deploy_workflow[".github/workflows/gh-deploy.yml"] -- "now triggers on changes to" --> docs_markdown["docs/**.md files"]
Loading

File Walkthrough

Relevant files
Configuration changes
gh-deploy.yml
Refine workflow trigger for documentation Markdown files 

.github/workflows/gh-deploy.yml

  • Updated the pull_request path filter.
  • Changed the watched path from docs to docs/**.md.
  • Ensures the workflow triggers only for Markdown file changes within
    docs.
+1/-1     

@a5chin a5chin self-assigned this Nov 11, 2025
@a5chin a5chin merged commit b3686bd into main Nov 11, 2025
2 checks passed
@a5chin a5chin deleted the fix/docs branch November 11, 2025 01:54
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