change output to static instead of data

This commit is contained in:
Jacky Zhao 2022-02-15 19:42:45 -05:00
parent fcd5d2807d
commit 8e85e274f6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
with: with:
index: true index: true
input: content input: content
output: data output: static
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2