From 209445a3bda6f03b450b49db7fd8451eaca0dfce Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sun, 25 Aug 2024 14:16:42 +0000 Subject: [PATCH] publish final version of documentation 4.0 (and keep other versions untouched) --- .github/workflows/gh-pages.yml | 3 ++- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6e686e3..05384ec 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,5 +14,6 @@ jobs: deploy: uses: llaville/.github/.github/workflows/gh-pages.yml@master with: - destination-dir: 4.x + destination-dir: 4.0 + force-orphan: false php-version: "8.2" diff --git a/mkdocs.yml b/mkdocs.yml index 227e06a..d53028b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ --- site_name: Box Manifest -#site_url: https://llaville.github.io/box-manifest +site_url: https://llaville.github.io/box-manifest/4.0 repo_url: https://github.com/llaville/box-manifest # https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository site_author: Laurent Laville edit_uri: "" # hide edit button -- https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#edit-button