We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaf931 commit 2e51b52Copy full SHA for 2e51b52
.github/workflows/deploy.yaml
@@ -75,7 +75,7 @@ jobs:
75
- name: Combine `gh-pages`, `gh-pages-dev`
76
run: |
77
mv gh-pages/website/build combined
78
- mv gh-pages-dev/website/build combined/dev
+ mv gh-pages-dev/website/build combined/gh-pages-dev
79
80
81
- name: Upload webpage artifact
0 commit comments