Skip to content

Commit 59f9d5d

Browse files
authored
Update build.yml
1 parent 6c1b07e commit 59f9d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242

4343
- name: Commit files report
4444
run: |
45-
echo "Commit to repo"
45+
echo "Remove unused files"
4646
rm -rf .github/workflows
4747
rm -rf .vuepress/theme
4848
rm yarn.lock
4949
rm package.json
50-
cp docs/.vuepress/dist/ ./
50+
cp -r docs/.vuepress/dist/ ./
5151
rm -rf docs
5252
echo "Commit to repo"
5353
git config --local user.email "action@github.com"

0 commit comments

Comments
 (0)