From fb2738f3a7381c40728cc17fe282803424e2fcf6 Mon Sep 17 00:00:00 2001 From: Arun Date: Mon, 22 Jan 2024 17:08:49 -0800 Subject: [PATCH] Quote envvar to match documentation --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 3d0865a26..980e5afb5 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -54,7 +54,7 @@ jobs: esac # finally, set the 'branch-version' var. - echo "branch-version=$branch" >> $GITHUB_OUTPUT + echo "branch-version=$branch" >> "$GITHUB_OUTPUT" # Deploy to the target directory. - name: Deploy to gh pages