Skip to content

Commit

Permalink
Fix PR mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf committed Oct 14, 2023
1 parent f0b7bb3 commit 3b60c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Compare Stats
id: compare-stats
run: |
mkdir -p pr
mkdir -p ../pr
echo '${{ env.MAIN_STATS }}'
echo '${{ env.PR_STATS }}'
npm exec ts-node scripts/stats_compare '${{ env.MAIN_STATS }}' '${{ env.PR_STATS }}' > ../pr/stats-difference.md
Expand Down

0 comments on commit 3b60c10

Please sign in to comment.