OPSEXP-2961 Disable services for solr6 overrides using reset yaml tag and bump pre-commit repos versions #78
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 |