chore: update pipelines

This commit is contained in:
Mirus 2024-07-31 15:29:11 +03:00
parent 7bf0ba6dcf
commit 39fcee3164
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: