Skip to content

Commit 631eab2

Browse files
authored
Add syntax highlighting to readme examples (#15)
1 parent a065b35 commit 631eab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ View your actions progress and logs by navigating to the "Actions" tab in your r
4747

4848
### Simple main.yml:
4949

50-
```
50+
```yml
5151
name: Deploy to WP Engine
5252
on:
5353
push:
@@ -67,7 +67,7 @@ jobs:
6767
6868
### Extended main.yml
6969
70-
```
70+
```yml
7171
name: Deploy to WP Engine
7272
on:
7373
push:
@@ -119,4 +119,4 @@ jobs:
119119
* [Defining environment variables in GitHub Actions](https://docs.github.com/en/actions/reference/environment-variables)
120120
* [Storing secrets in GitHub repositories](https://docs.github.com/en/actions/reference/encrypted-secrets)
121121
* It is recommended to leverage one of [WP Engine's .gitignore templates.](https://wpengine.com/support/git/#Add_gitignore)
122-
* This action excludes several files and directories from the deploy by default. See the [exclude.txt](https://github.com/wpengine/github-action-wpe-site-deploy/blob/main/exclude.txt) for reference.
122+
* This action excludes several files and directories from the deploy by default. See the [exclude.txt](https://github.com/wpengine/github-action-wpe-site-deploy/blob/main/exclude.txt) for reference.

0 commit comments

Comments
 (0)