From cf186204930a7c4cd49d0232d07022b26568bf6e Mon Sep 17 00:00:00 2001 From: bleudev Date: Sun, 30 Jun 2024 18:22:03 +0300 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20GitHub=20Pages:=20versioning?= =?UTF-8?q?=20=E2=84=963?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a0e4e..e2d5722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,5 +34,5 @@ jobs: restore-keys: | mkdocs-material- - run: pip install -r docs/requirements.txt - - run: mike deploy --push --update-aliases ${{ steps.extract_branch.outputs.branch }} latest - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: mkdocs gh-deploy --force + - run: mike deploy --push --update-aliases ${{ steps.extract_branch.outputs.branch }} latest \ No newline at end of file