From 012e6860cb4e29d947b46977c27385d2e0bceb48 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Mon, 21 Oct 2024 12:28:38 -0400 Subject: [PATCH] Debug to confirm failure. --- .github/workflows/deploy-github-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 57bb80d..1dca0ff 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -41,7 +41,8 @@ jobs: if: ${{ github.event_name == 'pull_request_target' }} shell: bash env: - DIRECTORY: dist/storybook-bundle/PR-${{ github.event.number }} + #DIRECTORY: dist/storybook-bundle/PR-${{ github.event.number }} + DIRECTORY: dist/storybook-bundle/PR-19 run: | if [ ! -d "$DIRECTORY" ]; then echo Pull Request build directory "$DIRECTORY does not exist."