Skip to content

Commit 64d4244

Browse files
try
1 parent 2b91da6 commit 64d4244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Configure git and push to preset
2929
working-directory: /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder
3030
run: |
31-
rsync -r --exclude '.git' ../ct_folder ../preset_folder
31+
rsync -r --exclude '.git' /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/ct_folder /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder
3232
git config --global user.name "CI Bot"
3333
git config --global user.email "[email protected]"
3434
git add .

0 commit comments

Comments
 (0)