From ba3608a388d967e5884396ffba13d8d4d7f62069 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Mon, 12 May 2025 16:44:40 -0700 Subject: [PATCH] More build -> _build --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2eba86d..6d0fdef 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,7 +32,7 @@ jobs: - name: Build executed notebooks and HTML run: pixi run build - - name: Upload executed notebooks as GitHub artifact + - name: Upload executed notebooks as GitHub artifact (for debugging) uses: actions/upload-artifact@v4 with: name: executed-notebooks @@ -42,7 +42,7 @@ jobs: - name: Upload HTML as GitHub artifact (for debugging) uses: actions/upload-pages-artifact@v3 with: - path: build/html + path: _build/html deploy-gh-pages: name: Deploy HTML to GitHub Pages