Skip to content

OPSEXP-2941 Bump readme and stack patches #133

OPSEXP-2941 Bump readme and stack patches

OPSEXP-2941 Bump readme and stack patches #133

Workflow file for this run

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/"