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