Skip to content

Commit 8fad260

Browse files
authored
Merge pull request #294 from dubinc/sync-embeddings-delay
Sync embedding delay
2 parents 2892e70 + 74c72d1 commit 8fad260

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/sync-embeddings.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
echo "files=$CHANGED" >> $GITHUB_OUTPUT
2525
echo "Changed files: $CHANGED"
2626
27+
- name: Wait for Mintlify to deploy
28+
if: steps.changed.outputs.files != ''
29+
run: sleep 600
30+
2731
- name: Re-embed changed articles
2832
if: steps.changed.outputs.files != ''
2933
env:

help/article/partner-rewards.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ For transparency and auditability, we also keep a history of all reward updates
289289
<Frame>
290290
<img
291291
src="/images/dub-partners/group-reward-update-logs.png"
292-
alt="Partner profile page group history"
292+
alt="Partner profile page group history."
293293
/>
294294
</Frame>
295295

0 commit comments

Comments
 (0)