Skip to content

Commit 64a1db9

Browse files
committed
docs: fix publish to github pages
1 parent 41be31e commit 64a1db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
if: success()
5959
run: |
6060
yarn run build
61-
cp README.md docs/assets/README.md
6261
cp -r tmp/browser/* docs/
62+
cp README.md docs/assets/README.md
6363
- name: Semantic Release
6464
if: success()
6565
env:

0 commit comments

Comments
 (0)