Correction du chemin dans les includes de document pour le rendu en ligne
All checks were successful
Main Build Process / generate documentation (push) Successful in 17s
All checks were successful
Main Build Process / generate documentation (push) Successful in 17s
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
id: adocbuild
|
id: adocbuild
|
||||||
uses: tonynv/asciidoctor-action@master
|
uses: tonynv/asciidoctor-action@master
|
||||||
with:
|
with:
|
||||||
program: "asciidoctor -D docs --backend=html5 -o index.html documentation/index.adoc"
|
program: "asciidoctor -D docs --backend=html5 -o index.html documentation/readme.adoc"
|
||||||
- name: Print execution time
|
- name: Print execution time
|
||||||
run: echo "Time ${{ steps.adocbuild.outputs.time }}"
|
run: echo "Time ${{ steps.adocbuild.outputs.time }}"
|
||||||
- name: Deploy docs to ghpages
|
- name: Deploy docs to ghpages
|
||||||
|
|||||||
@@ -15,12 +15,12 @@ Le projet Ludik zone est un projet open source ayant comme objectif de créer un
|
|||||||
|
|
||||||
== Instalation du poste de dev
|
== Instalation du poste de dev
|
||||||
|
|
||||||
include::documentation_technique/installation-poste.adoc[]
|
include::{docdir}/documentation_technique/installation-poste.adoc[]
|
||||||
|
|
||||||
== Architecture du projet
|
== Architecture du projet
|
||||||
|
|
||||||
include::documentation_technique/architecture-projet.adoc[]
|
include::{docdir}/documentation_technique/architecture-projet.adoc[]
|
||||||
|
|
||||||
== Developpement et livraison
|
== Developpement et livraison
|
||||||
|
|
||||||
include::documentation_technique/developpement-livraison.adoc[]
|
include::{docdir}/documentation_technique/developpement-livraison.adoc[]
|
||||||
Reference in New Issue
Block a user