Skip to content

Commit fe21a20

Browse files
fix: update default BUILD_PATH in docs_astro_deploy.yaml to 'docs'
1 parent 8729ae5 commit fe21a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_astro_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: false
2626

2727
env:
28-
BUILD_PATH: "." # default value when not using subfolders
28+
BUILD_PATH: "docs" # default value when not using subfolders
2929
# BUILD_PATH: subfolder
3030

3131

0 commit comments

Comments
 (0)