From 75f10f271b3f227c867ad9f222de6d801d735bfe Mon Sep 17 00:00:00 2001 From: Filipe Date: Fri, 8 Sep 2023 11:52:17 -0300 Subject: [PATCH] testing why the site is 404 --- .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 b42795f0..41b2253a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -24,7 +24,7 @@ jobs: shell: bash -l {0} run: | set -e - jupyter-book build jupyterbook --builder linkcheck + jupyter-book build jupyterbook - name: GitHub Pages action if: github.ref == 'refs/heads/main'