Skip to content

Commit

Permalink
Temp. fix until data from leaderboard is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Nov 21, 2023
1 parent 34fafd1 commit 423f195
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ jobs:
uses: actions/checkout@v4
with:
path: ./data-repo
sparse-checkout: data
sparse-checkout: |
data
contributors
- name: Remove existing files if any (temperory)
run: rm -rf ./data ./contributors
- name: Move Data to Leaderboard
run: mv ./data-repo/data ./data
run: |
mv ./data-repo/data ./data
mv ./data-repo/contributors ./contributors
- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down

0 comments on commit 423f195

Please sign in to comment.