DinisCruz commited on
Commit
93ac5e7
·
1 Parent(s): 6bf0c96

fixed copy command

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.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