From 65be64329d49bef81729453c000aa7da6d75ec67 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Mon, 18 Dec 2023 15:47:11 +0100 Subject: [PATCH] ci: this is the way --- .github/workflows/deploy.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ebb2ae0..6cf4f43 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,12 +14,13 @@ permissions: pages: write id-token: write +env: + ASTRO_SITE: ${{ vars.ASTRO_SITE }} + ASTRO_BASE: ${{ vars.ASTRO_BASE }} + jobs: build: runs-on: ubuntu-latest - environment: - ASTRO_SITE: ${{ vars.ASTRO_SITE }} - ASTRO_BASE: ${{ vars.ASTRO_BASE }} steps: - name: Checkout your repository using git uses: actions/checkout@v3