From 7ced8f50035cc9751fb99f4c6204bfd2cf37231f Mon Sep 17 00:00:00 2001 From: Reorx Date: Fri, 22 Apr 2022 14:16:26 +0800 Subject: [PATCH] change exampleSite theme name --- .github/workflows/gh-pages.yml | 1 + exampleSite/config.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 66e990f..8846454 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 1 + path: PaperModX - name: Setup Hugo uses: peaceiris/actions-hugo@v2 diff --git a/exampleSite/config.yml b/exampleSite/config.yml index f68212b..1a958fa 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -1,7 +1,7 @@ baseURL: "https://reorx.github.io/hugo-PaperModX/" title: PaperModX paginate: 5 -theme: hugo-PaperModX +theme: PaperModX # NOTE remove this line if you copy exampleSite outof hugo-PaperModX themesdir: ../..