From beb4714e406adfaad54eb7365785d9a4ba90f789 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 16 Nov 2023 16:45:06 +0100 Subject: [PATCH] Update the web-demo CI action with the new folder name --- .github/workflows/deploy_web_demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_web_demo.yml b/.github/workflows/deploy_web_demo.yml index dda7b15f..d6f01e3a 100644 --- a/.github/workflows/deploy_web_demo.yml +++ b/.github/workflows/deploy_web_demo.yml @@ -60,7 +60,7 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: - folder: docs + folder: web_demo # this option will not maintain any history of your previous pages deployment # set to false if you want all page build to be committed to your gh-pages branch history single-commit: true