From b3956d4d91c3ebfbe70451ba090001c7343b7c9e Mon Sep 17 00:00:00 2001 From: Carlos Hernandez Date: Sat, 8 Jan 2022 14:07:37 +0100 Subject: [PATCH] enable syntax highlight for yaml action file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6110ae4..428d60a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you don't want to be manually updating your GitBook deployment, you can follo 2. Create a secret in this repo (Settings > Secets), called `DEPLOY_PAT`, and set its value to the PAT you've created before. 3. Create a folder called `.github` and, inside it, another called `workflows`. Right there, add a `build-gitbook.yaml` file like this: -``` +```yaml name: Launch GitBook deploy workflow on: push