Skip to content

Commit eba851f

Browse files
docs(tuto): review jess
Co-authored-by: Jessica <[email protected]>
1 parent 3d217b9 commit eba851f

File tree

1 file changed

+3
-5
lines changed
  • tutorials/deploy-automate-mkdocs-site

1 file changed

+3
-5
lines changed

tutorials/deploy-automate-mkdocs-site/index.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to build and deploy an MkDocs site using GitHub Actions for CI/CD automation. Streamline your workflow with this step-by-step guide.
88
categories:
99
- object-storage
10-
tags: mkdocs-deployment deploy-mkdocs-site mkdocs-automation static-site mkdocs-ci-cd github-workflow-mkdocs
10+
tags: mkdocs deployment automation static-site ci-cd github
1111
dates:
1212
validation: 2025-03-13
1313
posted: 2025-03-13
@@ -51,8 +51,7 @@ This tutorial is the second in a series on building and deploying websites using
5151

5252
## Adding statements to your bucket policy
5353

54-
Statements allow you to define who can perform what actions on your bucket. In this section, we will add a statement to allow your IAM application to push content to your bucket, and
55-
another one that grants public read access to your website's content.
54+
Statements allow you to define who can perform what actions on your bucket. In this section, we will add a statement to allow your IAM application to push content to your bucket, and another one that grants public read access to your website's content.
5655

5756
1. From the Scaleway console side-menu, click **Storage**, then click **Object Storage**.
5857
2. Click your bucket, then click the **Bucket settings** tab.
@@ -139,7 +138,7 @@ jobs:
139138

140139
## Adding your secrets in GitHub
141140

142-
In this section we will be adding the following values (secrets) in our GitHub repository. This will alloy the GitHub Actions workflow to access your bucket using the information in the `deploy-docs.yml` file.
141+
In this section, we will be adding the following values (secrets) in our GitHub repository. This will allow the GitHub Actions workflow to access your bucket using the information in the `deploy-docs.yml` file.
143142

144143
- `DOC_ACCESS_KEY`: Your Scaleway API access key.
145144
- `DOC_SECRET_KEY`: Your Scaleway API secret key.
@@ -153,7 +152,6 @@ In this section we will be adding the following values (secrets) in our GitHub r
153152
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.
154153
6. Click **Add secret** and repeat the operation for the other 3 secrets.
155154

156-
157155
## Deploying your documentation
158156

159157
1. Make sure that the **only action** in the statement to grant read access to your bucket is `s3:GetObject`. Your statement should look like the following:

0 commit comments

Comments
 (0)