From bd6aea8a4245220dfffb34cdc656c924fe262c55 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Mon, 18 Dec 2023 15:53:44 +0100 Subject: [PATCH] ci: do we get the correct values? --- .github/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fda5b91..9a3a0a4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,6 +24,10 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v3 + - name: Show vars + run: | + echo $ASTRO_SITE + echo $ASTRO_BASE - name: Install, build, and upload your site output uses: withastro/action@v1 with: