diff --git a/.gitea/workflows/merge.yaml b/.gitea/workflows/merge.yaml index 407c331..29f0a3b 100644 --- a/.gitea/workflows/merge.yaml +++ b/.gitea/workflows/merge.yaml @@ -23,7 +23,7 @@ jobs: id: adocbuild uses: tonynv/asciidoctor-action@master 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 run: echo "Time ${{ steps.adocbuild.outputs.time }}" - name: Deploy docs to ghpages diff --git a/documentation/index.adoc b/documentation/readme.adoc similarity index 67% rename from documentation/index.adoc rename to documentation/readme.adoc index 132d468..8d1885c 100644 --- a/documentation/index.adoc +++ b/documentation/readme.adoc @@ -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 -include::documentation_technique/installation-poste.adoc[] +include::{docdir}/documentation_technique/installation-poste.adoc[] == Architecture du projet -include::documentation_technique/architecture-projet.adoc[] +include::{docdir}/documentation_technique/architecture-projet.adoc[] == Developpement et livraison -include::documentation_technique/developpement-livraison.adoc[] +include::{docdir}/documentation_technique/developpement-livraison.adoc[]