ci: do we get the correct values?
This commit is contained in:
parent
afa20f5bef
commit
bd6aea8a42
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
|
|
@ -24,6 +24,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Show vars
|
||||||
|
run: |
|
||||||
|
echo $ASTRO_SITE
|
||||||
|
echo $ASTRO_BASE
|
||||||
- name: Install, build, and upload your site output
|
- name: Install, build, and upload your site output
|
||||||
uses: withastro/action@v1
|
uses: withastro/action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue