We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f271fbd commit ea536b1Copy full SHA for ea536b1
1 file changed
.github/workflows/astro.yml
@@ -25,7 +25,7 @@ concurrency:
25
cancel-in-progress: false
26
27
env:
28
- BUILD_PATH: "." # 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