This directory contains the GitHub Actions workflow that automatically builds and deploys the documentation to GitHub Pages whenever changes are pushed to the main branch.
To enable GitHub Pages for this repository:
-
Go to repository settings: https://github.com/ctftamu/SL-GPS/settings/pages
-
Configure the following:
- Source: Deploy from a branch
- Branch:
gh-pages(will be created automatically by the workflow) - Folder:
/ (root)
-
Allow GitHub Actions to write to pages:
- Go to Settings → Actions → General
- Under "Workflow permissions", ensure "Read and write permissions" is enabled
-
The workflow will automatically:
- Build the docs using MkDocs whenever you push to
main - Create/update the
gh-pagesbranch - Deploy to
https://ctftamu.github.io/SL-GPS/
- Build the docs using MkDocs whenever you push to
deploy-docs.yml- GitHub Actions workflow that builds and deploys docscopilot-instructions.md- AI assistant guidelines for this project