Skip to content

Commit

Permalink
pc - fix broken path in chromatic workflow in workflow 02
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Conrad authored and Phillip Conrad committed Oct 23, 2024
1 parent 40a88f3 commit 00dd1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/02-gh-pages-rebuild-part-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
- name: Build redirect files
working-directory: frontend
run: | # Create redirect files to redirect to the storybook online
mkdir -p chromatic_static
mkdir -p chromatic_static_${{ matrix.value.number }}
echo "<meta http-equiv=refresh content=0;url=${{steps.run_chromatic.outputs.storybookUrl}}>" > chromatic_static_${{ matrix.value.number }}/index.html
echo "<meta http-equiv=refresh content=0;url=${{steps.run_chromatic.outputs.url}}>" > chromatic_static_${{ matrix.value.number }}/build.html
Expand Down

0 comments on commit 00dd1bc

Please sign in to comment.