From 0d79f151149f5838ef826eced58caf996d209f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 30 Dec 2022 15:04:18 +0000 Subject: [PATCH] updating github action for preview --- .github/workflows/firebase-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 6f0eca90..554fc0b4 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -23,7 +23,7 @@ jobs: HUGO_ENVIRONMENT: production HUGO_ENV: production run: | - hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://blowfish.page + hugo --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page - name: Deploy preview uses: FirebaseExtended/action-hosting-deploy@v0