Update BUILD_PATH to include relative path
This commit is contained in:
parent
f8372774d8
commit
2e4c5f1684
3
.github/workflows/astro.yml
vendored
3
.github/workflows/astro.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user