From cd0f753041a5f0d0a8170ebae34562decbab6f48 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Wed, 23 Oct 2024 16:16:12 -0400 Subject: [PATCH] deploy-ghpage tweak --- .github/workflows/deploy-ghpage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ghpage.yml b/.github/workflows/deploy-ghpage.yml index d124a368..da518dfd 100644 --- a/.github/workflows/deploy-ghpage.yml +++ b/.github/workflows/deploy-ghpage.yml @@ -31,7 +31,8 @@ jobs: - name: Build the JupyterLite site shell: bash -l {0} run: | - jupyter lite build --contents docs/example-notebooks --output-dir docs/_output + cd docs + jupyter lite build --contents ./example-notebooks --output-dir ./_output - name: Upload artifact uses: actions/upload-pages-artifact@v3