Skip to content

Commit 790ae69

Browse files
fix
1 parent 9aa46bf commit 790ae69

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,10 @@ 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: pwd
30-
- run: cd ..
31-
- run: pwd
32-
- run: cd /preset_folder
33-
- run: ls -la
34-
- run: pwd
3529
- name: Configure git
3630
run: |
31+
cd ..
32+
cd /preset_folder
3733
git config --global user.name "CI Bot"
3834
git config --global user.email "[email protected]"
3935
git add .

0 commit comments

Comments
 (0)