Skip to content

OPSEXP-2528: introduce KEDA scaling auto support for ATS and repo (#1… #53

OPSEXP-2528: introduce KEDA scaling auto support for ATS and repo (#1…

OPSEXP-2528: introduce KEDA scaling auto support for ATS and repo (#1… #53

Workflow file for this run

name: Publish docs
permissions:
contents: write
pages: write
id-token: write
on:
push:
branches:
- master
paths:
- "docs/**"
- ".github/workflows/docs.yml"
pull_request:
branches:
- master
paths:
- "docs/**"
- ".github/workflows/docs.yml"
jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@main
with:
working-directory: .
publish: ${{ github.event_name == 'push' && github.ref_name == 'master'}}
validate-html: true