Skip to content

Conversation

@dshevtsov
Copy link
Contributor

@dshevtsov dshevtsov commented Dec 19, 2025

Purpose of this pull request

This pull request (PR) fixes and simplifies the GitHub Pages preview deployment workflow by:

  1. Removing the manual branch input from the workflow dispatch trigger
  2. Using github.ref_name directly to reference the current branch name instead of relying on optional inputs
  3. Adding the sitePath configuration to package.json for proper site path resolution

These changes streamline the deployment process and eliminate the need to manually specify which branch to deploy when triggering the workflow.

Testing

Green run: https://github.com/AdobeDocs/commerce-admin-developer/actions/runs/20382037398

Affected pages

N/A — This PR only modifies CI workflow configuration and package metadata. No documentation pages are affected.

…ub Actions workflow to use github.ref_name for branch deployment
@dshevtsov dshevtsov requested a review from keharper December 19, 2025 20:37
@dshevtsov dshevtsov self-assigned this Dec 19, 2025
@dshevtsov dshevtsov added the enhancement New feature or request label Dec 19, 2025
@github-project-automation github-project-automation bot moved this to 📋 Needs Review in Commerce - Pull Requests Dec 19, 2025
@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 18cee12 into main Dec 19, 2025
9 checks passed
@dshevtsov dshevtsov deleted the ds_fix-gh-pages branch December 19, 2025 21:08
@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

Labels

enhancement New feature or request

Projects

Status: 🏁 Done

Development

Successfully merging this pull request may close these issues.

3 participants