Skip to content

Commit

Permalink
Add docs.asciidoctor.org publication trigger on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Feb 17, 2024
1 parent 740b3b5 commit f244293
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy Docs
on:
push:
branches:
- main
- v2.2.x
paths: [ 'docs/**' ]
permissions: read-all
jobs:
build:
if: github.repository_owner == 'asciidoctor'
runs-on: ubuntu-latest
steps:
- name: Trigger
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_SCOPE_REPO }}
run: gh workflow run trigger.yml -R asciidoctor/docs.asciidoctor.org -r main
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Asciidoctor Converter Doxia Module
:doxia-compatible-module-name: asciidoctor-converter-doxia-module
:doxia-module-name: asciidoctor-converter-doxia-module

This module uses Asciidoctor to directly convert sources without additional customizations.
That means you will get the same HTML as using Asciidoctor but some elements may not be well presented due to incompatibilities with Doxia Skins.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Asciidoctor Parser Doxia Module
:doxia-compatible-module-name: asciidoctor-parser-doxia-module
:doxia-module-name: asciidoctor-parser-doxia-module
:fluido-skin-url: https://maven.apache.org/skins/maven-fluido-skin/

WARNING: This module is still considered experimental and early stages.
Expand Down

0 comments on commit f244293

Please sign in to comment.