Skip to content

OPSEXP-2608 Migrate diagrams to mermaid #56

OPSEXP-2608 Migrate diagrams to mermaid

OPSEXP-2608 Migrate diagrams to mermaid #56

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: read
pages: write
id-token: write
jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@1d72b42497f317da83a6052631634932b48c5d08
with:
working-directory: docs
publish: ${{ github.event_name == 'push' && github.ref_name == 'master'}}
validate-html: true
validate-html-args: --ignore-urls "/linux.die.net/"