Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/en/guide/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you want to use your GitHub account to log in, please refer to the [Advanced
### Step 3: Trigger Deployment

1. Go to the **"Actions"** tab in your repository
2. Select the **"Deploy"** workflow on the left
2. Select the **"Build"** workflow on the left
3. Click the **"Run workflow"** button
4. Keep the default branch (main) and click **"Run workflow"**

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/zh/guide/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Rin 目前支持账号密码登录与 Github OAuth 登录,可二选一或同
### 第三步:触发部署

1. 进入仓库的 **"Actions"** 标签
2. 在左侧选择 **"Deploy"** 工作流
2. 在左侧选择 **"Build"** 工作流
3. 点击 **"Run workflow"** 按钮
4. 保持默认分支(main),点击 **"Run workflow"**

Expand Down
Loading