Skip to content

mkdocs deployment to github pages#11

Merged
HackStrix merged 2 commits intomainfrom
ci/building_and_hosting_on_gh_pages
Mar 20, 2026
Merged

mkdocs deployment to github pages#11
HackStrix merged 2 commits intomainfrom
ci/building_and_hosting_on_gh_pages

Conversation

@HackStrix
Copy link
Copy Markdown
Collaborator

This pull request introduces a new GitHub Actions workflow to automate the deployment of project documentation using MkDocs. The workflow is triggered on pushes to specific branches and relevant documentation files, ensuring that documentation is always up-to-date on GitHub Pages.

Documentation Deployment Automation:

  • Added a new workflow file .github/workflows/docs.yml to automate building and deploying documentation to GitHub Pages using MkDocs. The workflow installs dependencies, builds the documentation, and pushes the result to the gh-pages branch on pushes to the main or ci/building_and_hosting_on_gh_pages branches when documentation-related files change.

@HackStrix HackStrix merged commit 190e924 into main Mar 20, 2026
7 checks passed
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