From 39fcee3164dd6bccbbe3aa838ea4c25e9c79fda7 Mon Sep 17 00:00:00 2001 From: Mirus Date: Wed, 31 Jul 2024 15:29:11 +0300 Subject: [PATCH] chore: update pipelines --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: