From c13a3f97da8764defc9340bbe2535f583f4a69b0 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Thu, 15 Feb 2024 01:53:09 -0600 Subject: [PATCH] CI #10 typo --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0d04866..fc9d3ef 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -54,7 +54,7 @@ jobs: pip install --no-deps -e . -vv - name: Sphinx - run: TZ=UTC e -C docs clean html + run: TZ=UTC make -C docs clean html - name: Deploy (to gh-pages branch) only on demand uses: peaceiris/actions-gh-pages@v3