diff --git a/.github/workflows/_deploy_astro_site.yml b/.github/workflows/_deploy_astro_site.yml index e1673ff43..47f7d52c3 100644 --- a/.github/workflows/_deploy_astro_site.yml +++ b/.github/workflows/_deploy_astro_site.yml @@ -2,6 +2,13 @@ name: Deploy Astro Site on: workflow_call: + inputs: + working_dir: + required: true + type: string + build_dir: + required: true + type: string env: CI: true CI_WORKING_DIR: ${{ github.event.inputs.working_dir }}