From 6d80846ba47271fff89a2e9c88148fc74a4eefa6 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:43:44 -0400 Subject: [PATCH] preview --- .github/workflows/preview.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f9ce8833..ab41185c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -26,8 +26,6 @@ jobs: # this has to match docusaurus's baseURL in docusaurus.config.js - run: echo "GH_ACTION_DOCUSAURUS_BASE_URL=pr-preview/pr-${{ github.event.number }}" >> "$GITHUB_ENV" - - name: Echo - run: echo preview-${{ github.ref }} - name: Install and Build if: github.event.action != 'closed' # You might want to skip the build if the PR has been closed run: |