From 84e1db61c325f290e84b02a043a7915bc97a109a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 1 Aug 2024 22:03:06 -0400 Subject: [PATCH] fix docs publish --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af6b2086b..bd26eef1f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -110,7 +110,7 @@ jobs: - name: Publish docs (dev branch) if: github.ref == 'refs/heads/dev' run: | - poetry run mkdocs build -f mkdocs-dev.yml -d site/dev_branch + poetry run mkdocs build -f mkdocs.yml -d site/dev_branch git config user.name github-actions git config user.email github-actions@github.com git checkout gh-pages