Skip to content

Commit 6790ef2

Browse files
test
1 parent b1b13ec commit 6790ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ 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/creativetimofficial/paper-dashboard-laravel /home/runner/work/paper-dashboard-laravel/paper-dashboard --exclude .git
29-
- run: cd /home/runner/work/paper-dashboard-laravel/paper-dashboard
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
29+
- run: cd /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/ct_folder
3030
- name: Configure git
3131
run: |
3232
git config --global user.name "CI Bot"

0 commit comments

Comments
 (0)