Skip to content

doc: L10 as supported #19

doc: L10 as supported

doc: L10 as supported #19

# Simple workflow for deploying static content to GitHub Pages
name: Publish latest documentation
on:
push:
branches:
- main
paths:
- 'doc/**'
jobs:
deploy:
uses: ./.github/workflows/publish_documentation.yml
with:
documentation_tag: "latest"
publish_to_prod: true
publish_to_dev: true
secrets: inherit