From 80dc077a4c2bafc9caf2cdd3a7c93dfa53211c58 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Tue, 21 May 2024 15:55:04 +0200 Subject: [PATCH] ci(docs): fix docs build --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 97c3cd6..5394063 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,7 +20,7 @@ jobs: run: | python -m pip install --upgrade hatch - name: Build site - run: hatch -e docs run mkdocs build + run: hatch -e doc run mkdocs build - name: Deploy to gh-pages if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: oprypin/push-to-gh-pages@v3