File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
26
26
run : mv build ../build-tmp
27
27
28
28
- name : Switch to the build branch and clean it
29
- - run : |
29
+ run : |
30
30
# Based off the script `./scripts/deploy_to_branch.sh`
31
31
# The branch we are publishing to
32
32
git fetch origin build
33
33
git switch build
34
34
rm -rf *
35
35
36
36
- name : Copy the built files over to the root directory and push to `build`
37
- - run : |
37
+ run : |
38
38
# Set up a dummy user and email for identification purposes
39
39
cp -R ../build-tmp/* .
40
40
rm -f ./js/*.LICENSE.txt
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
26
26
run : mv build ../build-tmp
27
27
28
28
- name : Switch to the build branch and clean it
29
- - run : |
29
+ run : |
30
30
# Based off the script `./scripts/deploy_to_branch.sh`
31
31
# The branch we are publishing to
32
32
git fetch origin test
33
33
git switch test
34
34
rm -rf *
35
35
36
36
- name : Copy the built files over to the root directory and push to `test`
37
- - run : |
37
+ run : |
38
38
# Set up a dummy user and email for identification purposes
39
39
cp -R ../build-tmp/* .
40
40
rm -f ./js/*.LICENSE.txt
You can’t perform that action at this time.
0 commit comments