Skip to content

Commit 0690faf

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

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
@@ -26,7 +26,7 @@ This tutorial will guide you through setting up a GitHub Action to deploy your A
2626

2727
Create the GitHub Actions Workflow
2828

29-
1. In your GitHub repository, navigate to the `.github/workflows` directory. If it doesn't exist, create it.
29+
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

3232
## Step 2: Define the Workflow

0 commit comments

Comments
 (0)