fixed path to ci.yml

This commit is contained in:
andchar
2021-07-15 08:03:07 +03:00
committed by GitHub
parent df661019a6
commit 91c021ab3e

View File

@@ -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.