Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

GitHub Pages Deploy #137

GitHub Pages Deploy

GitHub Pages Deploy #137

name: GitHub Pages Deploy
on:
push:
branches: [main]
paths:
- 'docs/**'
workflow_dispatch:
permissions:
contents: read
packages: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: true
jobs:
docs:
uses: robinmordasiewicz/f5xc-template/.github/workflows/github-pages-deploy.yml@main