From 11b922fd617fbee911dda77511bc1a4c1c6760d5 Mon Sep 17 00:00:00 2001 From: bleudev Date: Sun, 30 Jun 2024 22:20:33 +0300 Subject: [PATCH] =?UTF-8?q?Bug=20fix=20versioning=20=E2=84=963?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_mkdocs.yml b/.github/workflows/deploy_mkdocs.yml index 770e299..4706fbd 100644 --- a/.github/workflows/deploy_mkdocs.yml +++ b/.github/workflows/deploy_mkdocs.yml @@ -32,6 +32,6 @@ jobs: - name: Install requirements run: pip install -r requirements.txt - name: Deploy mike version - run: mike deploy --update-aliases ${{ steps.extract_branch.outputs.branch }} latest + run: mike deploy --update-aliases 0.1 latest - name: Build mkdocs site - run: mkdocs gh-deploy \ No newline at end of file + run: mkdocs gh-deploy --force \ No newline at end of file