We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea536b1 commit d5fecf3Copy full SHA for d5fecf3
1 file changed
.github/workflows/astro.yml
@@ -25,7 +25,7 @@ concurrency:
25
cancel-in-progress: false
26
27
env:
28
- BUILD_PATH: "/_astro/*" # default value when not using subfolders
+ BUILD_PATH: "./_astro/*" # default value when not using subfolders
29
# BUILD_PATH: subfolder
30
31
jobs:
0 commit comments