Skip to content

Commit

Permalink
Update create_search_index.yml (#14414)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabla authored Sep 25, 2024
1 parent 343beaa commit ae898ea
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/create_search_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,13 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_site
- name: Zip contents for artifacts
uses: vimtor/[email protected]
with:
files: >
./docs/_site/
./docs/.jekyll-metadata
./docs/backup-models.json
./docs/backup-benchmarking.json
run: |
7z a -tzip jekyll-content.zip \
./docs/_site/* \
./docs/.jekyll-metadata \
./docs/backup-models.json \
./docs/backup-benchmarking.json \
./docs/backup-references.json
dest: jekyll-content.zip
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ae898ea

Please sign in to comment.