From 4df19183151166db99848803895bb07252594fe5 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 4ee9775..98ba32b 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'