Skip to content

OPSEXP-2620 Generate documentation website with jekyll #11

OPSEXP-2620 Generate documentation website with jekyll

OPSEXP-2620 Generate documentation website with jekyll #11

Workflow file for this run

name: Publish docs
permissions:
contents: write
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@OPSEXP-2620-gh-pages
with:
working-directory: .
publish: true
publish-branch: gh-pages