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

This commit is contained in:
2024-09-06 21:18:25 +02:00
parent ac2b6b2c81
commit aa2694585e
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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[]