DOCS-7967 Fix docs reference where known_urls should be set (#1010) #143
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 | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "docs/**" | |
- .github/workflows/docs.yml | |
pull_request: | |
branches: | |
- master | |
paths: | |
- "docs/**" | |
- .github/workflows/docs.yml | |
permissions: | |
contents: write | |
pages: write | |
id-token: write | |
jobs: | |
publish: | |
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@5ee00079dbc774857cafa61054385d98a6f52374 | |
with: | |
working-directory: docs | |
publish: ${{ github.event_name == 'push' && github.ref_name == 'master'}} | |
validate-html: true | |
validate-html-args: --ignore-urls "/linux.die.net/" |