Skip to content

Commit

Permalink
updating deploy workflow with name of gh-pages-dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
d45 committed May 29, 2024
1 parent bcaf931 commit 2e51b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e51b52

Please sign in to comment.