Skip to content

Commit 9b910ce

Browse files
Update index.mdx
Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent 5db5ebf commit 9b910ce

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Create the GitHub Actions Workflow
2929
1. In your GitHub repository, navigate to the `.github/workflows` directory. If it does not exist, create it at the root of your repository.
3030
2. Create a new file named `deploy.yml` in the `.github/workflows` directory.
3131

32-
Define the workflow
32+
## Defining the workflow
3333

3434
Copy and paste the following code into the `deploy.yml` file. This workflow will run on every push to the `main` branch, build your Astro website, and upload the built files to Scaleway Object Storage.
3535

0 commit comments

Comments
 (0)