From 3e27cce688e73ac9ff0f047a439d1345c6830b2c Mon Sep 17 00:00:00 2001 From: Tim Hess Date: Fri, 1 Mar 2024 09:15:19 -0600 Subject: [PATCH] "Improve this doc" links are missing #319 --- .github/workflows/build-and-stage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-stage.yml b/.github/workflows/build-and-stage.yml index a079804..0047ac9 100644 --- a/.github/workflows/build-and-stage.yml +++ b/.github/workflows/build-and-stage.yml @@ -17,6 +17,7 @@ permissions: env: DOCFX_VERSION: 2.59.4 + DOCFX_SOURCE_BRANCH_NAME: ${{ github.base_ref || github.ref_name }} STEELTOE_V2_VERSION: 2.5.5 STEELTOE_V3_VERSION: 3.2.6 SITE_IMAGE_VERSION: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || github.run_id }}