From f34f33cbe092137f094d5190589d13e18cc35064 Mon Sep 17 00:00:00 2001 From: gratienj Date: Wed, 13 Mar 2024 15:05:42 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b0da8cadfd..b912ee898217 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ### [Cliquer ici pour accéder à la documentation Arcane pour les utilisateurs.](https://arcaneframework.github.io/arcane/userdoc/html/index.html) ### [Cliquer ici pour accéder à la documentation Arcane pour les développeurs.](https://arcaneframework.github.io/arcane/devdoc/html/index.html) +### [Cliquer ici pour accéder à la documentation Alien.](https://arcaneframework.github.io/framework/aliendoc/html/index.html) Ce dépôt contient la documentation Arcane. @@ -10,4 +11,4 @@ Pour cloner la documentation, prévoir de l'espace disque et faire : ```{.sh} git clone https://github.com/arcaneframework/arcaneframework.github.io -``` \ No newline at end of file +``` From 1341f60ecdca5c0759daaacb6dfd9cf2f320d5b1 Mon Sep 17 00:00:00 2001 From: gratienj Date: Wed, 13 Mar 2024 15:09:56 +0100 Subject: [PATCH 2/3] Update gh-pages.yml Enable Alien Doc generation and deployment --- .github/workflows/gh-pages.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3ae8edd7e6ab..b24570621a5a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -55,14 +55,18 @@ jobs: cache_dir: ${{ env.CCACHE_DIR }} with_userdoc: true with_devdoc: true + with_aliendoc: true - - name: Move userdoc and devdoc + - name: Move userdoc devdoc and aliendoc shell: bash run: | rm -rf ${{ env.DOC_DIR }}/arcane mkdir -p ${{ env.DOC_DIR }}/arcane mv ${{ env.BUILD_DIR }}/share/userdoc ${{ env.DOC_DIR }}/arcane mv ${{ env.BUILD_DIR }}/share/devdoc ${{ env.DOC_DIR }}/arcane + rm -rf ${{ env.DOC_DIR }}/framework + mkdir -p ${{ env.DOC_DIR }}/framework + mv ${{ env.BUILD_DIR }}/share/aliendoc ${{ env.DOC_DIR }}/framework - name: Deploy Docs uses: peaceiris/actions-gh-pages@v3.9.2 From 843a4b5f2c183ffeaec6de5b982f2533467622f8 Mon Sep 17 00:00:00 2001 From: Alexandre l'Heritier Date: Thu, 14 Mar 2024 15:23:50 +0100 Subject: [PATCH 3/3] Update Cache action and edit Alien doc link in main index --- .github/workflows/gh-pages.yml | 8 ++++---- index.html | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b24570621a5a..9fe4375db2d9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -41,7 +41,7 @@ jobs: run: echo "m_date=$(/bin/date -u '+%Y%m%d%H%M%S')" >> $GITHUB_ENV - name: Get cache for ccache tool - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{env.CCACHE_DIR}} key: doc-${{ env.m_date }}-${{ github.run_number }} @@ -61,15 +61,15 @@ jobs: shell: bash run: | rm -rf ${{ env.DOC_DIR }}/arcane + rm -rf ${{ env.DOC_DIR }}/framework mkdir -p ${{ env.DOC_DIR }}/arcane + mkdir -p ${{ env.DOC_DIR }}/framework mv ${{ env.BUILD_DIR }}/share/userdoc ${{ env.DOC_DIR }}/arcane mv ${{ env.BUILD_DIR }}/share/devdoc ${{ env.DOC_DIR }}/arcane - rm -rf ${{ env.DOC_DIR }}/framework - mkdir -p ${{ env.DOC_DIR }}/framework mv ${{ env.BUILD_DIR }}/share/aliendoc ${{ env.DOC_DIR }}/framework - name: Deploy Docs - uses: peaceiris/actions-gh-pages@v3.9.2 + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: main diff --git a/index.html b/index.html index 604ba67c19fd..20b9bb0d58c9 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,7 @@

Index de toutes les documentations

Framework Arcane

Accès à la documentation pour les utilisateurs d'Arcane : Documentation utilisateur

Accès à la documentation pour les développeurs d'Arcane : Documentation développeur

- -

Alien

-

Accès à la documentation Alien : Documentation Alien

+

Accès à la documentation Alien : Documentation Alien