ci: do we get the correct values?

This commit is contained in:
Joakim Carlstein 2023-12-18 15:53:44 +01:00
parent afa20f5bef
commit bd6aea8a42

View file

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