From 2e51b526c090268d2332db76d95cd34c72819016 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Wed, 29 May 2024 12:19:13 -0700 Subject: [PATCH] updating deploy workflow with name of gh-pages-dev branch --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 268eb29e..436b99d7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -75,7 +75,7 @@ jobs: - name: Combine `gh-pages`, `gh-pages-dev` run: | mv gh-pages/website/build combined - mv gh-pages-dev/website/build combined/dev + mv gh-pages-dev/website/build combined/gh-pages-dev - name: Upload webpage artifact