From 7b83125e1b1bf6e650b69e64193b26d312692e28 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 11 Jul 2020 11:08:57 +0200 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4ee97757..98ba32bf 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: submodules: true - name: Build Site uses: chabad360/hugo-actions@master - with: + with: buildPath: 'public' # Use if you have a need to build the site to another directory hugoVersion: '0.69.0'