Skip to content

Commit

Permalink
This should now fail :)
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 21, 2024
1 parent f4eaac3 commit f4fbd9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
shell: bash
env:
DIRECTORY: dist/storybook-bundle/PR-${{ github.event.number }}
#DIRECTORY: dist/storybook-bundle/PR-19
#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."
Expand Down

0 comments on commit f4fbd9c

Please sign in to comment.