Skip to content

Commit 7aa6e24

Browse files
author
CI Bot
committed
merge with fork
1 parent 420f700 commit 7aa6e24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
repository: laravel-frontend-presets/paper-dashboard
2626
token: ${{ secrets.CT_TOKEN }}
2727
path: preset_folder
28-
- run: rsync -av --progress /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/ct_folder /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder --exclude .git
2928
- name: Configure git and push to preset
3029
working-directory: /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder
3130
run: |
32-
pwd
31+
rsync -r --exclude '.git' ../ct_folder ../preset_folder
3332
git config --global user.name "CI Bot"
3433
git config --global user.email "[email protected]"
3534
git add .

0 commit comments

Comments
 (0)