Skip to content

Commit 87913f1

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent d85ca40 commit 87913f1

File tree

1 file changed

+2
-2
lines changed
  • tutorials/cicd-github-action-object-storage-sync

1 file changed

+2
-2
lines changed

tutorials/cicd-github-action-object-storage-sync/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can now access your website by clicking the **Website URL** from the **Setti
102102

103103
## Alternative build processes
104104

105-
If your project uses a different build process, replace the `Install dependencies`and `Build the website` steps with the appropriate commands for your environment. The code below shows an example of an alternative build process using [Astral](https://astral.sh/).
105+
If your project uses a different build process, replace the `Install dependencies` and `Build the website` steps with the appropriate commands for your environment. The code below shows an example of an alternative build process using [Astral](https://astral.sh/).
106106

107107

108108
```yaml
@@ -121,4 +121,4 @@ If your project uses a different build process, replace the `Install dependencie
121121

122122
- Refer to the [official GitHub Actions documentation](https://docs.github.com/en/actions/writing-workflows/quickstart) for more information on how to create and run workflows.
123123

124-
- Learn how to better secure your deployment by properly [setting up IAM and Object Storage](/object-storage/api-cli/combining-iam-and-object-storage/)
124+
- Learn how to better secure your deployment by properly [setting up IAM and Object Storage](/object-storage/api-cli/combining-iam-and-object-storage/).

0 commit comments

Comments
 (0)