Skip to content

Commit f2705c8

Browse files
authored
Merge pull request #857 from eu-cdse/fix_index
fix: added subtree
2 parents f28b851 + dec470a commit f2705c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/generate-search-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: |
2424
git config --local user.email "actions@github.com"
2525
git config --local user.name "Github Actions"
26+
- name: Create git subtree
27+
run: git subtree add --prefix _build origin docportal-search-index
2628
- name: Set up Python
2729
uses: actions/setup-python@v4
2830
with:

0 commit comments

Comments
 (0)