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: tutorials/deploy-automate-mkdocs-site/index.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,14 @@ Statements allow you to define who can perform what actions on your bucket. In t
64
64
- Select `Applications` in the **Principals** drop-down.
65
65
- Select your IAM application (`doc website GitHub Actions`) in the **Applications** drop-down.
66
66
- Select `s3:PutObject` in the **Actions** drop-down.
67
-
- Enter `*` in the the **Resource** field.
67
+
- Enter `*` in the **Resource** field.
68
68
69
69
7. Click **+ Add statement** again. We are defining the statement that grants public read access to your website's content:
70
70
71
71
- Enter a unique statement ID describing the purpose of the statement. For example `Grant public read access to website`.
72
72
- Select `All principals (*)` in the **Principals** drop-down.
73
73
- Select `s3:GetObject` in the **Actions** drop-down.
74
-
- Enter `*` in the the **Resource** field. This allows anyone to read objects from your bucket.
74
+
- Enter `*` in the **Resource** field. This allows anyone to read objects from your bucket.
75
75
8. Click **Save changes**.
76
76
77
77
## Setting up your GitHub repository
@@ -147,7 +147,7 @@ In this section, we will be adding the following values (secrets) in our GitHub
147
147
148
148
1. Access your GitHub repository.
149
149
2. Click the **Settings** tab.
150
-
3. Click the **Secrets and varaibles** section, then click **Actions**. You are redirected to the **Secrets** tab.
150
+
3. Click the **Secrets and variables** section, then click **Actions**. You are redirected to the **Secrets** tab.
151
151
4. Click **New repository secret**.
152
152
5. Enter a name and a secret for each of the values listed above. For example, enter `DOC_ACCESS_KEY` in the **Name** field, and `SCWXXXXXXXXXXXXXXXXX` in the **Secret** field.
153
153
6. Click **Add secret** and repeat the operation for the other 3 secrets.
@@ -188,4 +188,4 @@ GitHub Actions will:
188
188
189
189
If you expect high traffic, consider using our [Edge Services](/edge-services/quickstart/) solution for caching.
190
190
191
-
If you have a custom domain, you can link it to your documentation website in your `mkdocs.yml` file.
191
+
If you have a custom domain, you can link it to your documentation website in your `mkdocs.yml` file.
0 commit comments