From 597544dcda40024c92660afb3fa1b8b6d5fc550d Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Tue, 7 May 2024 16:06:42 +0545 Subject: [PATCH] Add python setup install after the mkdocs documentation --- .github/workflows/publish_mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_mkdocs.yml b/.github/workflows/publish_mkdocs.yml index 3b106ccb..b2e01d02 100644 --- a/.github/workflows/publish_mkdocs.yml +++ b/.github/workflows/publish_mkdocs.yml @@ -23,8 +23,8 @@ jobs: - name: Install Dependencies run: | pip install -r requirements.txt - python setup.py install pip install mkdocs-material==8.5.11 mkdocs-jupyter==0.22.0 neoteroi-mkdocs==0.1.2 pdocs==1.0.1 + python setup.py install mv config.txt.sample config.txt - name: Update API docs run: |