fix: explicitly set root as current directory to fix ignore files
This commit is contained in:
parent
3ca62f9ab0
commit
03a276a00a
|
@ -17,6 +17,7 @@ jobs:
|
||||||
index: true
|
index: true
|
||||||
input: content
|
input: content
|
||||||
output: static
|
output: static
|
||||||
|
root: .
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
|
|
Loading…
Reference in New Issue