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."