Skip to content

Commit 2e51b52

Browse files
committed
updating deploy workflow with name of gh-pages-dev branch
1 parent bcaf931 commit 2e51b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Combine `gh-pages`, `gh-pages-dev`
7676
run: |
7777
mv gh-pages/website/build combined
78-
mv gh-pages-dev/website/build combined/dev
78+
mv gh-pages-dev/website/build combined/gh-pages-dev
7979
8080
8181
- name: Upload webpage artifact

0 commit comments

Comments
 (0)