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

Update main.yml

parent b9e215f3
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,7 @@ jobs:
- name: Use asciidoctor to build content - name: Use asciidoctor to build content
run: | run: |
make ci-adoc make ci-adoc
tree ls -al docs
build-pandoc: build-pandoc:
needs: build-adoc needs: build-adoc
...@@ -24,4 +24,4 @@ jobs: ...@@ -24,4 +24,4 @@ jobs:
- name: Use pandoc to convert content - name: Use pandoc to convert content
run: | run: |
pandoc --from docbook --to docx --toc --highlight-style tango -o docs/output.docx docs/output.docbook.xml --resource-path=docs pandoc --from docbook --to docx --toc --highlight-style tango -o docs/output.docx docs/output.docbook.xml --resource-path=docs
tree ls -al 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