From d6abdbc7c61a2282f38d2f39e98f1bfc97a81b35 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Thu, 20 Nov 2025 12:52:45 -0800 Subject: [PATCH] ci: Update checkout reference for doc deployment I had previously left the reference branch set from earlier testing by mistake. This update ensures that the action now runs from the branch that triggered the workflow. --- .github/workflows/docs-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-action.yml b/.github/workflows/docs-action.yml index da0804f86..fd5011f60 100644 --- a/.github/workflows/docs-action.yml +++ b/.github/workflows/docs-action.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - ref: testing-doc-snippets + ref: ${{ github.ref }} token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0