From 06fd99fcefbf3e8f6d83cf7b85cebda9485b9b57 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Wed, 17 Aug 2022 12:23:19 +0100 Subject: [PATCH] Fix github context reference in workflow (#1548) Ensure references to the github context are correct. --- .github/workflows/publish-documentation-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-documentation-release.yml b/.github/workflows/publish-documentation-release.yml index 108f508..a308419 100644 --- a/.github/workflows/publish-documentation-release.yml +++ b/.github/workflows/publish-documentation-release.yml @@ -20,7 +20,7 @@ jobs: ruby-version: 2.6 - name: Install and Build 🔧 run: | - VERSION={{ github.ref_name }} + VERSION=${{ github.ref_name }} REPO_NAME=$(jq -r ".repository.name" "$GITHUB_EVENT_PATH") # TODO find a way for jekyll to perform this automatically @@ -40,7 +40,7 @@ jobs: folder: build clean: true force: false - target-folder: version/{{ github.ref_name }} + target-folder: version/${{ github.ref_name }} clean-exclude: | pr-preview/ version/