Skip to content

Commit 839539d

Browse files
fix
1 parent 790ae69 commit 839539d

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
@@ -28,8 +28,8 @@ jobs:
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
2929
- name: Configure git
3030
run: |
31-
cd ..
32-
cd /preset_folder
31+
pwd
32+
cd ../preset_folder
3333
git config --global user.name "CI Bot"
3434
git config --global user.email "[email protected]"
3535
git add .

0 commit comments

Comments
 (0)