Skip to content

OPSEXP-4226 Only wire SOLR_SECRET for the Community profile, and test it in CI #474

OPSEXP-4226 Only wire SOLR_SECRET for the Community profile, and test it in CI

OPSEXP-4226 Only wire SOLR_SECRET for the Community profile, and test it in CI #474

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"
- Gemfile
- Gemfile.lock
- .ruby-version
pull_request:
branches:
- master
paths:
- "docs/**"
- ".github/workflows/docs.yml"
- Gemfile
- Gemfile.lock
- .ruby-version
jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@v0.4.0
with:
# we are using the root to also include the autogenerated helm-docs
working-directory: .
publish: ${{ github.event_name != 'pull_request' }}
validate-html: true
validate-html-args: --ignore-status-codes 429