Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due authored Apr 14, 2021
1 parent 1d351ab commit 4210fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Certain [`data`](/data) is updated automatically / on a schedule:

## Building for Production

Production builds are handled automatically by the Netlify configuration. For reference:
Production builds are handled automatically by the GitHub Actions workflow(s). For reference:

To properly build for production, the `HUGO_ENV` environment variable must be set to `"production"`.
This configures various important options - such as a `robots.txt` file that actually allows search engines.
Expand All @@ -94,4 +94,4 @@ Example:
HUGO_ENV="production" hugo --gc --minify --i18n-warnings
```

For more, see the [`netlify.toml`](/netlify.toml) file.
For more, see the [`ci_hugo_build.yml`](/.github/workflows/ci_hugo_build.yml) workflow.

0 comments on commit 4210fe6

Please sign in to comment.