Skip to content

Commit

Permalink
fix: gh-pages action to push to the artifacts the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
panaC committed Dec 2, 2024
1 parent fd73806 commit 7e557e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
ls -laR ./build
ls -laR ./demo
mkdir build-demo
cp README.md ./build-demo/
cp -r ./build ./build-demo/
cp -r ./demo ./build-demo/
ls -laR ./build-demo
Expand Down

0 comments on commit 7e557e3

Please sign in to comment.