From da0123e997a153c420952acb0494bc27a661870b Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Thu, 6 Feb 2025 16:16:58 +0100 Subject: [PATCH] Copy from dot slash --- .github/workflows/mirror-page-ui-to-page-ai.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-page-ui-to-page-ai.yml b/.github/workflows/mirror-page-ui-to-page-ai.yml index 2c1db41..fb2456f 100644 --- a/.github/workflows/mirror-page-ui-to-page-ai.yml +++ b/.github/workflows/mirror-page-ui-to-page-ai.yml @@ -17,7 +17,7 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: - source-files: '/' + source-files: './' destination-branch: 'main' destination-username: 'danmindru' destination-repository: 'page-ai'