From efc198b012bed78df223ca939a16c9261b2e7b01 Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Sat, 1 Oct 2022 01:44:02 -0700 Subject: Update hugo.yml --- .github/workflows/hugo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index ed4c9c9..315e56f 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -48,9 +48,9 @@ jobs: hugo \ --minify \ --baseURL "${{ steps.pages.outputs.base_url }}/" \ - -s ../beautifulhugo/exampleSite/ \ - -themesDir ../beautifulhugo/ \ - -c ../beautifulhugo/beautifulhugo/exampleSite/content/ + -s "../beautifulhugo/exampleSite/" \ + -themesDir "../beautifulhugo/" \ + -c "../beautifulhugo/beautifulhugo/exampleSite/content/" - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: -- cgit v1.2.3