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

feat(github-actions): enhance GitHub Actions workflow for publishing #20

Merged
merged 1 commit into from
May 30, 2024

Conversation

ericmjl
Copy link
Owner

@ericmjl ericmjl commented Apr 25, 2024

  • Add manual trigger option for GitHub Actions workflow via workflow_dispatch.
  • Set permissions for GITHUB_TOKEN to support GitHub Pages deployment.
  • Introduce concurrency control to manage deployment jobs, avoiding cancellation of in-progress deployments.
  • Update actions/checkout to v4 and actions/configure-pages to v5 for improved performance and features.
  • Replace deployment step with actions/upload-pages-artifact@v3 and actions/deploy-pages@v4 for a more streamlined deployment process to GitHub Pages.

This update simplifies the CI/CD pipeline for projects using this template, making deployments more efficient and manageable.

- Add manual trigger option for GitHub Actions workflow via `workflow_dispatch`.
- Set permissions for GITHUB_TOKEN to support GitHub Pages deployment.
- Introduce concurrency control to manage deployment jobs, avoiding cancellation of in-progress deployments.
- Update actions/checkout to v4 and actions/configure-pages to v5 for improved performance and features.
- Replace deployment step with actions/upload-pages-artifact@v3 and actions/deploy-pages@v4 for a more streamlined deployment process to GitHub Pages.

This update simplifies the CI/CD pipeline for projects using this template, making deployments more efficient and manageable.
@ericmjl ericmjl merged commit 81b877c into main May 30, 2024
4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the publish-workflow branch May 30, 2024 06:04
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.

None yet

1 participant