From 01a5db6fe0ab5e885247f7271a006a7014db5a75 Mon Sep 17 00:00:00 2001 From: Thurston Yates Date: Sun, 19 Nov 2023 20:21:43 -0500 Subject: [PATCH] Fix github action --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fe8352b..01552d1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,4 +27,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages # The branch the action should deploy to. - folder: ./docs-output # The folder the action should deploy. + folder: ./docs-output/html # The folder the action should deploy.