Skip to content

Commit

Permalink
Fix file paths and upload diff image
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf committed Oct 14, 2023
1 parent db92237 commit f2dba7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
id: map-diff-samples
run: |
./scripts/folder_diff.sh samples-main samples-pr
mv sample_differences.md pr/
mv samples-diff pr/
mv pr_preview-extra.md pr/
cat pr/preview-extra.md
mv samples-diff dist/
- name: Save PR artifacts
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit f2dba7a

Please sign in to comment.