You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: HOW_DOC_WORK.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Indeed, you could fetch it by your hand, but we provide the more convenience way
8
8
`tools`. It will
9
9
10
10
* Create the directory named `swap` under your project directory, as well `docs` and `static/image_en`.
11
-
* Fetch the latest code in codebase repository(apache/dolphinscheduler) to directory `swap`.
11
+
* Fetch the latest code in codebase repository(apache/seatunnel) to directory `swap`.
12
12
* Sync the latest `incubator-seatunnel/docs/en` and `incubator-seatunnel/docs/en/image` to directory `docs` and `static/image_en`.
13
13
14
14
When the main library code is synchronized to the local, HTTP is used by default as the protocol for git to communicate with the server, because it do not requests password or secret key. such as local development where we already have RSA public key, run command `export PROTOCOL_MODE=ssh` in terminal change protocol to SSH which in is faster and stable in many cases.
0 commit comments