Skip to content

Update readme with default hugo theme info #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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