generated from AdobeDocs/dev-site-documentation-template
-
Notifications
You must be signed in to change notification settings - Fork 26
Add GitHub Pages workflow #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
…workflow for GitHub Pages preview deployment
…ort for issue comments and dynamic branch handling. Implement notification on PR with deployment URL after successful deployment.
…ssue comment triggers and simplifying branch handling. Enhance output structure organization and add a redirect index.html for commerce/testing documentation.
…g output, improving server readiness checks, and refining output organization. Implement logging for server processes and wget, along with fallback page creation for failed builds.
… localhost, improving output organization and error messaging.
…loaded JavaScript files, improving the completeness of the preview deployment.
…p-devsite source, ensuring all dynamically loaded components are available for preview deployment.
Enhance GitHub Actions workflow by adding steps to fetch essential API endpoints for dynamic content, improving the completeness of the preview deployment.
…tion and enhance fetch interceptor for URL normalization
…d adjust workflow for path rewriting
… Actions workflow to dynamically handle site paths in interceptor and fetch operations
…xtract unique top-level navigation paths for improved side-nav filtering
…workflow and update .gitignore
…anual dispatch only
jhadobe
approved these changes
Dec 18, 2025
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.
Purpose
Add GitHub Pages preview deployment workflow and update repository configuration.
Summary
This PR introduces infrastructure changes to enable GitHub Pages preview deployments:
New GitHub Actions workflow: Added
deploy-github-pages.ymlthat enables manual deployment of GitHub Pages previews using the shared workflow fromAdobeDocs/commerce-contributor. The workflow supports deploying from any specified branch.Updated
.gitignore: Simplified and reorganized ignore patterns:.cursordirectory (IDE configuration)_sitefor static build outputUpdated
package.json: Addedconfig.sitePathproperty set tocommerce/testingfor site path configuration.Testing