Update gh-pages GitHub Action to use shared version in .github repo - #344
Merged
Conversation
This commit points to the development branch and not the master branch.
Environment variables are not available as parameters for a shared workflow - how about as a parameter availabe from a previously run job?
Update README.md to reflect current design.
…main - gh-pages.yml: add preview job triggering deploy-preview.yml in Interlisp.staging for every PR (guarded to skip fork PRs and when STAGING_APP_ID is unset); pin build-site.yml@main - preview-cleanup.yml: on PR close, dispatch remove-preview.yml in Interlisp.staging to delete the /pr-<N>/ subdirectory - .gitignore: ignore .coverage, tests/__pycache__/, and _vendor/
Automates creation of staging site per PR allowing preview of changes. Upon merge or close of PR, staging site is torn down.
|
Staging preview for this pull request is available at https://interlisp.github.io/Interlisp.staging/pr-344/ |
stumbo
marked this pull request as ready for review
August 18, 2026 22:42
hjellinek
approved these changes
Aug 18, 2026
hjellinek
left a comment
Contributor
There was a problem hiding this comment.
It seems to work fine.
Provides an indepth discussion of the design and operation of the staging site workflows.
|
Staging preview for this pull request is available at https://interlisp.github.io/Interlisp.staging/pr-344/ |
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
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.
Updates the Interlisp.github.io repository to build staging sites per PR and deploy them at
https://Interlisp.github.io/Interlisp.staging/pr-nn/shared-workflows