OPSEXP-2410 Add instruction to install with helm older version of ACS on main helm readme #71
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |