From 6391cd64df4f5e5df5440867aba9c16bfb880cae Mon Sep 17 00:00:00 2001 From: romanov Date: Wed, 7 Sep 2022 15:12:01 +0300 Subject: [PATCH] Docs CD fix --- .github/workflows/documetation-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documetation-deployment.yml b/.github/workflows/documetation-deployment.yml index 6558575..105741a 100644 --- a/.github/workflows/documetation-deployment.yml +++ b/.github/workflows/documetation-deployment.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: 3.x - run: pip install mkdocs-material - run: mkdocs gh-deploy --force \ No newline at end of file