Skip to content

Commit

Permalink
[CI]Copy the assets directory from the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Jan 3, 2024
1 parent 5e39798 commit 66b4157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
</html>
EOF
done &&
cp -R assets/ target/doc/demos/
cp -R examples-crate/assets/ target/doc/demos/
- name: Add read permissions
run: |-
chmod --recursive +r target/doc
Expand Down

0 comments on commit 66b4157

Please sign in to comment.