You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ View your actions progress and logs by navigating to the "Actions" tab in your r
47
47
48
48
### Simple main.yml:
49
49
50
-
```
50
+
```yml
51
51
name: Deploy to WP Engine
52
52
on:
53
53
push:
@@ -67,7 +67,7 @@ jobs:
67
67
68
68
### Extended main.yml
69
69
70
-
```
70
+
```yml
71
71
name: Deploy to WP Engine
72
72
on:
73
73
push:
@@ -119,4 +119,4 @@ jobs:
119
119
* [Defining environment variables in GitHub Actions](https://docs.github.com/en/actions/reference/environment-variables)
120
120
* [Storing secrets in GitHub repositories](https://docs.github.com/en/actions/reference/encrypted-secrets)
121
121
* 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