From 691c870c97d7a827efb80f91a8a2474f5ac0bbe5 Mon Sep 17 00:00:00 2001 From: Karthik Dharmarajan Date: Wed, 28 Feb 2024 01:26:49 -0800 Subject: [PATCH] Update static_webpage.yml --- .github/workflows/static_webpage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_webpage.yml b/.github/workflows/static_webpage.yml index ce81fb1..008c43c 100644 --- a/.github/workflows/static_webpage.yml +++ b/.github/workflows/static_webpage.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: './xembody/docs/build/html' + path: './xembody/docs/_build/html' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4