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/cicd-github-action-object-storage-sync/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,10 @@ You can now access your website by clicking the **Website URL** from the **Setti
102
102
103
103
## Alternative build processes
104
104
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/).
0 commit comments