Skip to content

OPSEXP-2410 Add instruction to install with helm older version of ACS on main helm readme #71

OPSEXP-2410 Add instruction to install with helm older version of ACS on main helm readme

OPSEXP-2410 Add instruction to install with helm older version of ACS on main helm readme #71

Workflow file for this run

name: Publish docs
permissions:
contents: write
pages: write
id-token: write
on:
release:
types:
- released
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 != 'pull_request' }}
validate-html: true