📝 Update versions in deployment docs

pull/361/head
James Panther 2022-11-10 13:01:13 +11:00
parent ffe6806dd6
commit 61e53bf4bb
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@ -99,11 +99,11 @@ Then in the root of your site repository, create a `netlify.toml` file:
TZ = "UTC" # Set to preferred timezone
[context.production.environment]
HUGO_VERSION = "0.100.2"
HUGO_VERSION = "0.105.0"
HUGO_ENV = "production"
[context.deploy-preview.environment]
HUGO_VERSION = "0.100.2"
HUGO_VERSION = "0.105.0"
```
This configuration assumes you are deploying Congo as a Hugo module. If you have installed the theme using another method, change the build command to simply `hugo --gc --minify -b $URL`.