Skip to content

Commit c4d38c9

Browse files
test
1 parent 07fc44e commit c4d38c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
token: ${{ secrets.CT_TOKEN }}
2727
path: preset_folder
2828
- 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
29+
- run: cd /home/runner/work/paper-dashboard-laravel/paper-dashboard-laravel/preset_folder
3030
- run: ls -la
31+
- run: pwd
3132
- name: Configure git
3233
run: |
3334
git config --global user.name "CI Bot"

0 commit comments

Comments
 (0)