Skip to content

Conversation

manghidev
Copy link
Owner

This pull request introduces a new GitHub Actions workflow to automate the deployment of static content to GitHub Pages. The workflow is triggered on pushes to the main branch or via manual dispatch, and it ensures that deployments are handled efficiently and securely.

GitHub Pages Deployment Workflow:

  • Added a .github/workflows/static.yml workflow that:
    • Runs on pushes to main or manual triggers.
    • Sets appropriate permissions for GitHub Pages deployment.
    • Ensures only one deployment runs at a time without canceling in-progress runs.
    • Checks out the repository, configures Pages, uploads the site as an artifact, and deploys to GitHub Pages.This workflow automates the deployment of static content to GitHub Pages on pushes to the main branch.

This workflow automates the deployment of static content to GitHub Pages on pushes to the main branch.
@manghidev manghidev self-assigned this Oct 7, 2025
@manghidev manghidev merged commit 65636d7 into main Oct 7, 2025
@manghidev manghidev deleted the GitHub-pages-deploy branch October 7, 2025 14:09
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