From 66b41576fd23788fafb6d0668852853cfe11009a Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Wed, 3 Jan 2024 23:26:45 +0200 Subject: [PATCH] [CI]Copy the assets directory from the correct place --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 906f90d55..66ed8c0c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: 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