diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index e06bc49..b126ca6 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -26,7 +26,7 @@ jobs: extended: true # optional, default is false - name: Build - run: hugo --config exampleSite/config.toml --minify + run: hugo --config demoSite/config.toml --minify - uses: FirebaseExtended/action-hosting-deploy@v0 with: diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 687bfb6..1cded39 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -24,7 +24,7 @@ jobs: extended: true # optional, default is false - name: Build - run: hugo --config exampleSite/config.toml --minify + run: hugo --config demoSite/config.toml --minify - uses: FirebaseExtended/action-hosting-deploy@v0 with: