Skip to content

Commit 21e470a

Browse files
Update tutorials/cicd-github-action-object-storage-sync/index.mdx
Co-authored-by: SamyOubouaziz <[email protected]>
1 parent f0c2381 commit 21e470a

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ 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.
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

107-
Here are some examples:
108-
```python
107+
108+
```yaml
109109
- name: Install uv
110110
uses: astral-sh/setup-uv@v5
111111

0 commit comments

Comments
 (0)