update file path for reading toml file
Some checks failed
Build and Deploy Hugo Site / buildAndDeploy (push) Failing after 16s
Some checks failed
Build and Deploy Hugo Site / buildAndDeploy (push) Failing after 16s
This commit is contained in:
parent
d193a32b7c
commit
7e9cf9b961
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
uses: SebRollen/toml-action@v1.2.0
|
uses: SebRollen/toml-action@v1.2.0
|
||||||
id: read_toml
|
id: read_toml
|
||||||
with:
|
with:
|
||||||
file: 'hugo.toml'
|
file: '/config/_default/params.toml'
|
||||||
field: 'params.environment'
|
field: 'params.environment'
|
||||||
|
|
||||||
- name: Echo environment
|
- name: Echo environment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue