Skip to content
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

Implement deployment of GitHub Pages directly from GitHub Actions CI environment. #755

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brlin-tw
Copy link
Contributor

@brlin-tw brlin-tw commented Jan 28, 2025

This avoids committing built artifacts into the Git repository, causing unnecessary storage usage at the development host.

A workaround is implemented to prevent the ssi module from erroring on subsequent build due to the un-excludable build output directory.

Currently, this implementation does not support deploying to a staging environment. Such an architecture appears to require a separate GitHub repository, as only one custom domain can be configured to a repository.

Fixes #753.

This avoids committing built artifacts into the Git repository, causing unnecessary storage usage at the development host.

A workaround is implemented to prevent the ssi module from erroring on subsequent build due to the un-excludable build output directory.

Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
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.

實作 GitHub Pages 網站部署自動化
1 participant