From 3f212fc7649b571be09a9bf4cc60cae0772ee2c3 Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Sat, 1 Oct 2022 01:25:39 -0700 Subject: Update hugo.yml attempt to correct beautifulhugo path --- .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 4dad6dc..e2aa022 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/ \ - -t ../ \ - -c ../beautifulhugo/exampleSite/content/ + -s ../beautifulhugo/beautifulhugo/exampleSite/ \ + -t ../beautifulhugo/ \ + -c ../beautifulhugo/beautifulhugo/exampleSite/content/ - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: -- cgit v1.2.3