Skip to content

GitHub Pages Deploy #53

GitHub Pages Deploy

GitHub Pages Deploy #53

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