mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-29 11:42:15 -04:00
🏗️ Require Hugo extended version
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
[hugoVersion]
|
||||
extended = false
|
||||
min = "0.86.1"
|
||||
extended = true
|
||||
min = "0.87.0"
|
||||
|
||||
@@ -60,6 +60,7 @@ jobs:
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: "latest"
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
||||
@@ -21,7 +21,7 @@ These instructions will get you up and running using Hugo and Congo from a compl
|
||||
If you haven't used Hugo before, you will need to [install it onto your local machine](https://gohugo.io/getting-started/installing). You can check if it's already installed by running the command `hugo version`.
|
||||
|
||||
{{< alert >}}
|
||||
Make sure you are using **Hugo version 0.87.0** or later as the theme takes advantage of some of the latest Hugo features.
|
||||
Make sure you are using **Hugo extended version 0.87.0** or later as the theme takes advantage of some of the latest Hugo features.
|
||||
{{< /alert >}}
|
||||
|
||||
You can find detailed installation instructions for your platform in the [Hugo docs](https://gohugo.io/getting-started/installing).
|
||||
|
||||
Reference in New Issue
Block a user