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'