Skip to content

fix: remove Jekyll workflow and harden MkDocs deploy - #16

Merged
maryammouzarani2024 merged 2 commits into
OWASP:mainfrom
OmerRastgar:feature/mkdocs-github-pages
Jul 11, 2026
Merged

fix: remove Jekyll workflow and harden MkDocs deploy#16
maryammouzarani2024 merged 2 commits into
OWASP:mainfrom
OmerRastgar:feature/mkdocs-github-pages

Conversation

@OmerRastgar

Copy link
Copy Markdown
Contributor
  • Remove jekyll-gh-pages.yml in favor of docs.yml for GitHub Pages
  • Add top-level permissions: contents: read (least-privilege)
  • Add concurrency group to prevent overlapping deployments
  • Pin Python version to 3.12 for reproducibility
  • Add upload-pages-artifact step so deploy job receives the built site
  • Strip redundant build steps from deploy job (artifact handles file transfer)

OmerRastgar and others added 2 commits July 11, 2026 14:35
- Remove jekyll-gh-pages.yml in favor of docs.yml for GitHub Pages
- Add top-level permissions: contents: read (least-privilege)
- Add concurrency group to prevent overlapping deployments
- Pin Python version to 3.12 for reproducibility
- Add upload-pages-artifact step so deploy job receives the built site
- Strip redundant build steps from deploy job (artifact handles file transfer)

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
- Remove jekyll-gh-pages.yml in favor of docs.yml for GitHub Pages
- Add top-level permissions: contents: read (least-privilege)
- Add concurrency group to prevent overlapping deployments
- Pin Python version to 3.12 for reproducibility
- Add upload-pages-artifact step so deploy job receives the built site
- Strip redundant build steps from deploy job (artifact handles file transfer)

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
@maryammouzarani2024
maryammouzarani2024 merged commit cd3ac0d into OWASP:main Jul 11, 2026
6 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.

2 participants