From 6b680a43bb97100b7e90db679311e8d9dbd992c9 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Tue, 15 Feb 2022 19:42:45 -0500 Subject: [PATCH] change output to static instead of data --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3ec76da..933261f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: with: index: true input: content - output: data + output: static - name: Setup Hugo uses: peaceiris/actions-hugo@v2