From 3149d688ce4b658c627d5a351c17a63dfd359214 Mon Sep 17 00:00:00 2001 From: bleudev Date: Sun, 30 Jun 2024 18:44:13 +0300 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20GitHub=20Pages=20bug=20fix=20?= =?UTF-8?q?=E2=84=963?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a36eec..83a1838 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: mkdocs-material- - run: pip install mkdocs==1.6 - run: pip install -r docs/requirements.txt - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: mkdocs gh-deploy \ No newline at end of file