We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a85ef commit 0690fafCopy full SHA for 0690faf
tutorials/cicd-github-action-object-storage-sync/index.mdx
@@ -26,7 +26,7 @@ This tutorial will guide you through setting up a GitHub Action to deploy your A
26
27
Create the GitHub Actions Workflow
28
29
-1. In your GitHub repository, navigate to the `.github/workflows` directory. If it doesn't exist, create it.
+1. In your GitHub repository, navigate to the `.github/workflows` directory. If it does not exist, create it at the root of your repository.
30
2. Create a new file named `deploy.yml` in the `.github/workflows` directory.
31
32
## Step 2: Define the Workflow
0 commit comments