Skip to content

Commit 70ddbcb

Browse files
committed
fix: index issue
1 parent 0ff7d2f commit 70ddbcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
- name: Copy docs to docs repo
6161
run: |
6262
cp -r admin-guide docs
63-
cp -r cellsflows docs
6463
cp -r developer-guide docs
6564
cp -r knowledge-base docs
65+
cp index.md docs
6666
6767
- name: Debug contents
6868
run: |

0 commit comments

Comments
 (0)