Skip to content

OPSEXP-2620 Generate documentation website with jekyll #2

OPSEXP-2620 Generate documentation website with jekyll

OPSEXP-2620 Generate documentation website with jekyll #2

Workflow file for this run

name: Publish docs
permissions:
contents: read
pages: write
id-token: write
on:
push:
branches:
- main
paths:
- 'docs/**'
- .github/workflows/docs.yml
- _config.yml
- Gemfile*
- charts/**/README.md
pull_request:
branches:
- main
paths:
- 'docs/**'
- .github/workflows/docs.yml
- _config.yml
- Gemfile*
- charts/**/README.md
jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@3909244a37d324db8c5f1af5395a5d92f7c89a50
with:
working-directory: .
publish: ${{ github.event_name == 'push' && github.ref_name == 'main'}}