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

chore: add workflow step to deploy to github pages #37

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

therealsujitk
Copy link

@therealsujitk therealsujitk commented May 4, 2024

This action uses the actions/upload-pages-artifact action to build this site and zip it into an artifact. This artifact is then deployed to GitHub Pages using the actions/deploy-pages action.

With this workflow, it won't be required to maintain the ApacheFriends/web-static repository anymore, since the build processes will be automated.

Note

Both actions used in this workflow are provided by GitHub, and is the recommended way to build and deploy to GitHub Pages.

Currently it isn't possible to show a deploy preview on pull requests, however this feature is currently in internal testing and should be released to the public soon.

Important

The source for GitHub Pages has to be set to GitHub Actions for this workflow to deploy successfully.

Screenshot 2024-05-04 at 13 00 00

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.

1 participant