From 48917d1f07ca5d3409c840947389c07cddda73db Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Sat, 1 Oct 2022 01:45:00 -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 315e56f..a75ff9a 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -49,7 +49,7 @@ jobs: --minify \ --baseURL "${{ steps.pages.outputs.base_url }}/" \ -s "../beautifulhugo/exampleSite/" \ - -themesDir "../beautifulhugo/" \ + --themesDir "../beautifulhugo/" \ -c "../beautifulhugo/beautifulhugo/exampleSite/content/" - name: Upload artifact uses: actions/upload-pages-artifact@v1 -- cgit v1.2.3