Skip to content

Commit 4d2c6c1

Browse files
committed
Fix copying content of website
The content is in the root of the artifact.
1 parent cfff1f3 commit 4d2c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
with:
6767
name: artifact_public
6868
- run: |
69-
rm -rf /home/ot/web/* && cp -r public/* /home/ot/web
69+
rm -rf /home/ot/web/* && cp -r * /home/ot/web

0 commit comments

Comments
 (0)