Skip to content

Commit 68d3478

Browse files
committed
Fix copy readme command
1 parent 4e45097 commit 68d3478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
run: |
7373
git clone https://x-access-token:${{ secrets.TEIMURJAN_REPO_TOKEN }}@github.com/teimurjan/teimurjan.git
7474
75-
- name: Copy README.md to teimurjan
75+
- name: Copy readme to teimurjan
7676
run: |
77-
cp workspaces/profile-readme/README.md teimurjan/README.md
77+
cp README.md teimurjan/README.md
7878
7979
- name: Commit and push changes to teimurjan
8080
working-directory: teimurjan

0 commit comments

Comments
 (0)