From a899275acf2a306573b8174b64b8d1b2a8799e21 Mon Sep 17 00:00:00 2001 From: bleudev Date: Sun, 30 Jun 2024 22:32:34 +0300 Subject: [PATCH] =?UTF-8?q?Bug=20fix=20versioning=20=E2=84=965?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_mkdocs.yml b/.github/workflows/deploy_mkdocs.yml index 08d57e9..3a3040e 100644 --- a/.github/workflows/deploy_mkdocs.yml +++ b/.github/workflows/deploy_mkdocs.yml @@ -31,6 +31,7 @@ jobs: mkdocs-material- - name: Install requirements run: pip install -r requirements.txt + - run: git pull - name: Deploy mike version run: mike deploy --push --update-aliases 0.1 latest # - name: Build mkdocs site