Skip to content

Commit

Permalink
fix: reuse embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Sep 29, 2023
1 parent 2c509e0 commit 793cbbe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/checkout-test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,19 @@ jobs:
uses: ./.github/actions/checkout-install
with:
apt: true


- uses: actions/download-artifact@v3
with:
name: embed-${{ github.sha }}

- uses: actions/download-artifact@v3
with:
name: full-build-${{ github.sha }}

- name: Unzip artifact
run: |
unzip -o embed.zip
- name: Unzip artifact
run: |
mkdir -p .vitepress/dist
Expand Down

0 comments on commit 793cbbe

Please sign in to comment.