From f70c638a44326bcfc8d2b6d98831505318bf1b3f Mon Sep 17 00:00:00 2001 From: Tammas Loughran Date: Sun, 3 Mar 2024 14:41:59 +1100 Subject: [PATCH] Update actions.yaml point to correct directory --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 0cc107e..5c15d8e 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -37,7 +37,7 @@ jobs: pdoc --html --force -c latex_math=True ehfheatwaves - uses: actions/upload-pages-artifact@v3 with: - path: html/ + path: html/ehfheatwaves deploy: needs: build runs-on: ubuntu-latest