From 0346a833d6d13575e5bc3514930cb62ec308ad8c Mon Sep 17 00:00:00 2001 From: Allister Isaiah Harvey <41553768+a-isaiahharvey@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:04:48 -0400 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 7611c3b..e27f347 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -43,7 +43,7 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: - folder: chip8_ui/dist + folder: dist # 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