@@ -6,21 +6,18 @@ The action pushes to an Azure Storage Container, and assumed an existing reverse
6
6
7
7
By default, it will also purge the provided CDN path.
8
8
9
- ## How to
10
-
11
- 1 . Head to the actions section of your repository, for example https://github.com/yourOrg/yourRepo/actions
12
-
13
- 1 . On the left side, click on Build and deploy (docs)
9
+ ## How-to
10
+ These instructions apply only to NGINX GitHub doc repositories.
11
+ 1 . Navigate to the actions section of your repository, for example https://github.com/yourOrg/yourRepo/actions
12
+ 1 . On the left side of the page, select Build and deploy (docs). If you don't see this option, follow the [ Caller Example] ( #caller-example ) .
14
13
![ Build and deploy (docs)] ( /images/build-and-deploy.png " Build and deploy (docs) ")
15
- 1 . On the right side, you should now see a Run workflow button
14
+ 1 . On the right side, you will see a Run workflow button.
16
15
![ Run Workflow] ( /images/run-workflow.png " Run Workflow ")
17
- 1 . Clicking this will open a menu which lets you select the branch you want to build, and which environment you'd like to deploy to
18
- 1 . Preview will generate a custom url for any branch you want , and will be available in the workflow output.
19
- All builds, regardless of environment, will print a url to the summary.
16
+ 1 . Select Run workflow. This opens a menu which lets you select the branch you want to build, and which environment you'd like to deploy to
17
+ 1 . The preview environment generates a custom URL for your preferred branch , and will be available in the workflow output.
18
+ All builds, regardless of environment, prints an URL to the summary.
20
19
![ Summary] ( /images/summary.png " Summary ")
21
20
22
- Preview URLs wil be added as a comment to PRs automatically.
23
-
24
21
_ note: autodeploy from branch is currently in progress. This docs will be updated when available._
25
22
26
23
## Usage
0 commit comments