Skip to content

Commit ec13e64

Browse files
fix: update BUILD_PATH in docs_astro_deploy.yaml to use current directory
1 parent ccdc886 commit ec13e64

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: "docs" # default value when not using subfolders
28+
BUILD_PATH: "." # default value when not using subfolders
2929
# BUILD_PATH: subfolder
3030

3131
defaults:

0 commit comments

Comments
 (0)