From 832ce376b89e17cacc1f92f114c040feb6472a9e Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Sat, 1 Oct 2022 01:29:42 -0700 Subject: Update hugo.yml --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index e2aa022..b984af1 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -48,7 +48,7 @@ jobs: hugo \ --minify \ --baseURL "${{ steps.pages.outputs.base_url }}/" \ - -s ../beautifulhugo/beautifulhugo/exampleSite/ \ + -s ../beautifulhugo/exampleSite/ \ -t ../beautifulhugo/ \ -c ../beautifulhugo/beautifulhugo/exampleSite/content/ - name: Upload artifact -- cgit v1.2.3