Skip to content

Commit 67f63ef

Browse files
fix
1 parent aad2c62 commit 67f63ef

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
@@ -18,17 +18,13 @@ jobs:
1818
with:
1919
repository: creativetimofficial/paper-dashboard-laravel
2020
token: ${{ secrets.CT_TOKEN }}
21-
- run: cd ..
22-
- run: mkdir preset_folder
23-
- run: cd preset_folder
2421
- name: Checkout preset
2522
uses: actions/checkout@v1
2623
with:
2724
repository: laravel-frontend-presets/paper-dashboard
2825
token: ${{ secrets.CT_TOKEN }}
29-
- run: cd ..
30-
- run: rsync -av --progress ct_folder /preset_folder --exclude .git
31-
- run: cd preset_folder
26+
- run: rsync -av --progress /home/runner/work/creativetimofficial/paper-dashboard-laravel /home/runner/work/paper-dashboard-laravel/paper-dashboard --exclude .git
27+
- run: cd /home/runner/work/paper-dashboard-laravel/paper-dashboard
3228
- name: Configure git
3329
run: |
3430
git config --global user.name "CI Bot"

0 commit comments

Comments
 (0)