From acf94840594c1ad5eee407fb99b9334d72943da0 Mon Sep 17 00:00:00 2001 From: joecrowley Date: Fri, 16 Aug 2024 15:24:14 +0800 Subject: [PATCH] removed testing script line to create multiple versions of docs --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dd492e1..4874a7ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,5 +36,4 @@ jobs: mkdocs-material- - name: Build Site run: | - poetry run mike deploy dev --push --branch=docs-site - poetry run mike deploy 4.2.test --push --branch=docs-site \ No newline at end of file + poetry run mike deploy dev --push --branch=docs-site \ No newline at end of file