From 2e4c5f1684584cacc4e9f2571799fe32bf0423b3 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Sat, 13 May 2023 16:58:19 +0200 Subject: [PATCH] Update BUILD_PATH to include relative path --- .github/workflows/astro.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 6c8fa5c..d86dd4b 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -19,7 +19,7 @@ permissions: id-token: write env: - BUILD_PATH: "astro" + BUILD_PATH: "./astro" jobs: build: @@ -60,4 +60,3 @@ jobs: --site "${{ steps.pages.outputs.origin }}" \ --base "${{ steps.pages.outputs.base_path }}" working-directory: ${{ env.BUILD_PATH }} -