Skip to content

Commit df94d37

Browse files
authored
Update main.yml
1 parent c36084c commit df94d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Update page to target repo
1717
run: |
1818
git clone https://x-access-token:${{ secrets.TARGET_REPO_PAT }}@github.com/dansl/dansl.github.io target-repo
19-
cp build/README.md target-repo/pages/linux.md
19+
cp README.md target-repo/pages/linux.md
2020
2121
cd target-repo
2222
git config user.email "139961+dansl@users.noreply.github.com"

0 commit comments

Comments
 (0)