mirror of https://github.com/docker/docs.git
fixed path to ci.yml
This commit is contained in:
parent
df661019a6
commit
91c021ab3e
|
@ -110,7 +110,7 @@ The following sequence of `steps` achieves the goals we just set.
|
|||
```
|
||||
{% endraw %}
|
||||
|
||||
As is usual with YAML files, be aware of indentation. The complete workflow file for reference is available in the project's repo, under the name of `.github/workflow/ci.yml`.
|
||||
As is usual with YAML files, be aware of indentation. The complete workflow file for reference is available in the project's repo, under the name of `.github/workflows/ci.yml`.
|
||||
|
||||
This should be enough to test our approach to CI. Change the workflow file name from `main.yml` to `ci.yml` and press **Start commit** button. Fill out the commit details in your preferred style and press **Commit new file**. GitHub Actions are saved as YAML files in `.github/workflows` directory and GitHub web interface would do that for us.
|
||||
|
||||
|
|
Loading…
Reference in New Issue