Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 620c1969 authored by Marc's avatar Marc Committed by GitHub
Browse files

Update main.yml

parent 25c438de
No related branches found
No related tags found
No related merge requests found
......@@ -27,3 +27,12 @@ jobs:
# Runs a single command using the runners shell
- name: Use asciidoctor to build content
run: make ci-adoc
build-pandoc:
needs: build-adoc
runs-on: ubuntu-latest
container: pandoc/core
steps:
- uses: actions/checkout@v3
- name: Use pandoc to convert content
run: pandoc --from docbook --to docx --toc --highlight-style tango -o docs/output.docx docs/output.docbook.xml --resource-path=docs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment