Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The action pushes to an Azure Storage Container, and assumed an existing reverse

By default, it will also purge the provided CDN path.

## Hugo theme version

By default, this action will pull the latest _released_ hugo theme from https://github.com/nginxinc/nginx-hugo-theme.

If the `force_hugo_theme_version` is set, it will use the tag, branch or commit specified.


## How-to
These instructions apply only to NGINX GitHub doc repositories.
1. Navigate to the actions section of your repository, for example https://github.com/yourOrg/yourRepo/actions
Expand Down