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 b9e215f3 authored by Marc's avatar Marc Committed by GitHub
Browse files

Update main.yml

parent e9ff6d7f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,9 @@ jobs: ...@@ -11,7 +11,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use asciidoctor to build content - name: Use asciidoctor to build content
run: make ci-adoc run: |
make ci-adoc
tree
build-pandoc: build-pandoc:
needs: build-adoc needs: build-adoc
...@@ -20,4 +22,6 @@ jobs: ...@@ -20,4 +22,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use pandoc to convert content - 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 run: |
pandoc --from docbook --to docx --toc --highlight-style tango -o docs/output.docx docs/output.docbook.xml --resource-path=docs
tree
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