We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9776544 commit a837a7bCopy full SHA for a837a7b
.github/workflows/docs_astro_deploy.yaml
@@ -25,7 +25,7 @@ concurrency:
25
cancel-in-progress: false
26
27
env:
28
- BUILD_PATH: "docs" # default value when not using subfolders
+ BUILD_PATH: "." # default value when not using subfolders
29
# BUILD_PATH: subfolder
30
31
jobs:
@@ -35,6 +35,8 @@ jobs:
35
steps:
36
- name: Checkout
37
uses: actions/checkout@v4
38
+ with:
39
+ sparse-checkout: docs
40
- name: Detect package manager
41
id: detect-package-manager
42
run: |
0 commit comments