Skip to content

Conversation

@dshevtsov
Copy link
Contributor

@dshevtsov dshevtsov commented Dec 19, 2025

Purpose of this pull request

This pull request simplifies the GitHub Pages deployment workflow by removing the manual branch input parameter and using the current branch reference directly.

Changes made:

  • Removed the workflow_dispatch input parameter that required manually specifying a branch to deploy
  • Simplified the branch reference from ${{ inputs.branch || github.ref }} to ${{ github.ref_name }}

This makes the workflow easier to use by automatically deploying the branch from which the workflow is triggered, eliminating the need for manual branch specification.

Testing

Green run: https://github.com/AdobeDocs/commerce-testing/actions/runs/20383544225

Affected pages

N/A — This change affects only the GitHub Actions workflow configuration and does not impact any documentation pages on developer.adobe.com.

Links to the public Commerce codebase

N/A — This is a workflow improvement and does not reference any files in the Commerce codebase.

…ing input branch specification and simplifying branch handling to use the current reference name directly.
@github-project-automation github-project-automation bot moved this from 📋 Needs Review to 👍 Approved in Commerce - Pull Requests Dec 19, 2025
@dshevtsov dshevtsov merged commit deaecda into main Dec 19, 2025
9 checks passed
@dshevtsov dshevtsov deleted the ds_upd-gh-pages branch December 19, 2025 22:05
@github-project-automation github-project-automation bot moved this from 👍 Approved to 🏁 Done in Commerce - Pull Requests Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants