Skip to content

Commit b1b13ec

Browse files
fix
1 parent 67f63ef commit b1b13ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ jobs:
1414
- run: mkdir ct_folder
1515
- run: cd ct_folder
1616
- name: Checkout ct
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v3
1818
with:
1919
repository: creativetimofficial/paper-dashboard-laravel
2020
token: ${{ secrets.CT_TOKEN }}
21+
path: ct_folder
2122
- name: Checkout preset
22-
uses: actions/checkout@v1
23+
uses: actions/checkout@v3
2324
with:
2425
repository: laravel-frontend-presets/paper-dashboard
2526
token: ${{ secrets.CT_TOKEN }}
27+
path: preset_folder
2628
- run: rsync -av --progress /home/runner/work/creativetimofficial/paper-dashboard-laravel /home/runner/work/paper-dashboard-laravel/paper-dashboard --exclude .git
2729
- run: cd /home/runner/work/paper-dashboard-laravel/paper-dashboard
2830
- name: Configure git

0 commit comments

Comments
 (0)