-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Add GitHub Actions workflow for static site deployment #37882
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
base: main
Are you sure you want to change the base?
Conversation
Rename config.yml to config.tml.yml
This workflow automates the deployment of static content to GitHub Pages on push to the main branch or manually via the Actions tab.
|
CLA Signature Action: Thank you for your submission, we really appreciate it. We ask that you read and sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just by adding a comment to this pull request with this exact sentence:
By commenting with the above message you are agreeing to the terms of the CLA. Your account will be recorded as agreeing to our CLA so you don't need to sign it again for future contributions to this repository. 0 out of 1 committers have signed the CLA. |
This workflow automates the deployment of static content to GitHub Pages on push to the main branch or manually via the Actions tab.
Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Adds a GitHub Actions workflow to deploy repository static content to GitHub Pages on main pushes or manual runs.
/.github/workflows/static.ymlfor GitHub Pages deployment:pushtomainandworkflow_dispatch.permissionsandconcurrencyfor Pages.actions/checkout@v4,actions/configure-pages@v5, upload artifact from'.', deploy withactions/deploy-pages@v4.Written by Cursor Bugbot for commit ea76abe. This will update automatically on new commits. Configure here.