Spaces:
Sleeping
Sleeping
fixed copy command
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -29,7 +29,7 @@ jobs:
|
|
29 |
yarn install --frozen-lockfile
|
30 |
- name: Build website
|
31 |
run: |
|
32 |
-
cp ./docs ./website
|
33 |
cd ./website
|
34 |
yarn build
|
35 |
|
|
|
29 |
yarn install --frozen-lockfile
|
30 |
- name: Build website
|
31 |
run: |
|
32 |
+
cp -r ./docs ./website
|
33 |
cd ./website
|
34 |
yarn build
|
35 |
|