Skip to content

Commit b29244e

Browse files
committed
Don't copy the README as the website's landing page
1 parent cd25c54 commit b29244e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38-
- name: Copy README.md to website/index.md
39-
run: cp README.md website/index.md
38+
# - name: Copy README.md to website/index.md
39+
# run: cp README.md website/index.md
4040

4141
- name: Upstreaming dashboard
4242
run: |

0 commit comments

Comments
 (0)