From 9b3baee8951ee528a94dc10ed167b63677b6d34c Mon Sep 17 00:00:00 2001 From: Collin Heist Date: Thu, 26 Oct 2023 19:15:30 -0600 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 2 +- modules/ref/version_webui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 99983a07..2ef1e2c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,6 +30,6 @@ jobs: repository: CollinHeist/mkdocs-material path: ./mkdocs - - run: cd mkdocs && python -m pip install .[imaging] + - run: cd mkdocs && python -m pip install .[imaging] && python -m pip install -r ./docs/requirements.txt - run: mkdocs gh-deploy --force diff --git a/modules/ref/version_webui b/modules/ref/version_webui index 6844d663..5eee9aa4 100755 --- a/modules/ref/version_webui +++ b/modules/ref/version_webui @@ -1 +1 @@ -v2.0-alpha.6.0-webui122 \ No newline at end of file +v2.0-alpha.6.0-webui123 \ No newline at end of file