From 55754aea5637dcfa18f3e1543ce1d0b13bae3905 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 6 May 2026 15:16:18 +0200 Subject: [PATCH] deploy demos in the special folder on GHP --- .github/workflows/publish-demos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-demos.yml b/.github/workflows/publish-demos.yml index ec9819bcf206..82a1ff637a7f 100644 --- a/.github/workflows/publish-demos.yml +++ b/.github/workflows/publish-demos.yml @@ -249,3 +249,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./apps/demos/publish-demos + destination_dir: demos + keep_files: true