fix(docs): reuse healthy skills index during Pages deploys (#45616)

This commit is contained in:
Teknium
2026-06-13 06:46:07 -07:00
committed by GitHub
parent d206e1f51d
commit 4373e802a1
2 changed files with 84 additions and 17 deletions
+1 -1
View File
@@ -53,4 +53,4 @@ jobs:
- name: Trigger Deploy Site workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh workflow run deploy-site.yml --repo ${{ github.repository }}
run: gh workflow run deploy-site.yml --repo ${{ github.repository }} -f skills_index_run_id=${{ github.run_id }}