From a00fc235a75f757655b4a9c767469a971b31b4a4 Mon Sep 17 00:00:00 2001 From: Bianca <105657837+biancaines@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:07:41 -0400 Subject: [PATCH] Update docs/gcp-worker-guide.md Co-authored-by: Emil Christensen --- docs/gcp-worker-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gcp-worker-guide.md b/docs/gcp-worker-guide.md index bd2afb9..6975a40 100644 --- a/docs/gcp-worker-guide.md +++ b/docs/gcp-worker-guide.md @@ -194,7 +194,7 @@ if __name__ == "__main__": In the remainder of this guide, this script will be referred to as `weather_flow.py`, but you can name yours whatever you'd like. -####Creating a Prefect.yaml file +#### Creating a Prefect.yaml file Now we're ready to make a `prefect.yaml` file, which will be responsible for managing the deployments of this repository. **Navigate back to the root of your directory**, and run the following command to create a `prefect.yaml` file using Prefect's docker deployment recipe.