From 4a07eb0de7c0e29f5dbb41d9a1a7ebaa03aa6014 Mon Sep 17 00:00:00 2001 From: Theo Satabin Date: Wed, 30 Aug 2023 17:33:37 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20l'=C3=A9criture=20du=20README?= =?UTF-8?q?=20dans=20la=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index f16a2fd..a9e279a 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -122,7 +122,7 @@ jobs: sed "s#__version__#${{ github.ref_name }}#" templates/documentation.template.md >docs/versions/${{ github.ref_name }}/documentation.md - sed "s#__version__#${{ github.ref_name }}#" templates/index-version.template.md >docs/version s/${{ github.ref_name }}/index.md + sed "s#__version__#${{ github.ref_name }}#" templates/index-version.template.md >docs/versions/${{ github.ref_name }}/index.md cat artifact/README.md >>docs/versions/${{ github.ref_name }}/index.md sed -i "s#x.y.z#${{ github.ref_name }}#g" docs/versions/${{ github.ref_name }}/index.md