There was an error while loading. Please reload this page.
2 parents f28b851 + dec470a commit f2705c8Copy full SHA for f2705c8
1 file changed
.github/workflows/generate-search-index.yml
@@ -23,6 +23,8 @@ jobs:
23
run: |
24
git config --local user.email "actions@github.com"
25
git config --local user.name "Github Actions"
26
+ - name: Create git subtree
27
+ run: git subtree add --prefix _build origin docportal-search-index
28
- name: Set up Python
29
uses: actions/setup-python@v4
30
with:
0 commit comments