From cd466c8a8bf2a4f70135ed6ab4c30adda5c9d6e2 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 10 Nov 2023 09:32:32 +0100 Subject: [PATCH] do not use latest alias for this branch --- .github/workflows/deploy_mkdocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_mkdocs.yml b/.github/workflows/deploy_mkdocs.yml index ed38a869..9e5a13f5 100644 --- a/.github/workflows/deploy_mkdocs.yml +++ b/.github/workflows/deploy_mkdocs.yml @@ -34,7 +34,6 @@ jobs: --overwrite \ titiler.pgstac.db \ titiler.pgstac.dependencies \ - titiler.pgstac.extensions \ titiler.pgstac.factory \ titiler.pgstac.model \ titiler.pgstac.mosaic \ @@ -56,6 +55,6 @@ jobs: run: | git fetch origin gh-pages --depth=1 - - name: Deploy documentation and update alias for latest + - name: Deploy documentation run: | - mike deploy ${{ steps.module.outputs.version}} latest --push --update-aliases --config-file docs/mkdocs.yml + mike deploy ${{ steps.module.outputs.version}} --push --update-aliases --config-file docs/mkdocs.yml