Skip to content

Commit ae898ea

Browse files
authored
Update create_search_index.yml (#14414)
1 parent 343beaa commit ae898ea

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/create_search_index.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,13 @@ jobs:
8686
github_token: ${{ secrets.GITHUB_TOKEN }}
8787
publish_dir: ./docs/_site
8888
- name: Zip contents for artifacts
89-
uses: vimtor/[email protected]
90-
with:
91-
files: >
92-
./docs/_site/
93-
./docs/.jekyll-metadata
94-
./docs/backup-models.json
95-
./docs/backup-benchmarking.json
89+
run: |
90+
7z a -tzip jekyll-content.zip \
91+
./docs/_site/* \
92+
./docs/.jekyll-metadata \
93+
./docs/backup-models.json \
94+
./docs/backup-benchmarking.json \
9695
./docs/backup-references.json
97-
dest: jekyll-content.zip
9896
- name: Upload artifacts
9997
uses: actions/upload-artifact@v3
10098
with:

0 commit comments

Comments
 (0)