Skip to content

Add article summarizing the presentation "Fight! Markdown vs reStructuredText vs AsciiDoc vs XML" done by Vladimir Izmalkov #250

Add article summarizing the presentation "Fight! Markdown vs reStructuredText vs AsciiDoc vs XML" done by Vladimir Izmalkov

Add article summarizing the presentation "Fight! Markdown vs reStructuredText vs AsciiDoc vs XML" done by Vladimir Izmalkov #250

#
name: Automatic doc checks
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
# Manual trigger
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: "./website"
fetch-depth: 0