Skip to content

Commit 53fc4eb

Browse files
4shubShubham Naik
andauthored
chore: whoops (#107)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
1 parent 62207bd commit 53fc4eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-leaderboard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ jobs:
2727
with:
2828
node-version: '20'
2929
cache: 'npm'
30-
cache-dependency-path: site/package-lock.json
30+
cache-dependency-path: leaderboard_site/package-lock.json
3131

3232
- name: Install dependencies
33-
working-directory: ./site
33+
working-directory: ./leaderboard_site
3434
run: npm ci
3535

3636
- name: Build site
37-
working-directory: ./site
37+
working-directory: ./leaderboard_site
3838
run: npm run build
3939

4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:
43-
path: ./site/_site
43+
path: ./leaderboard_site/_site
4444

4545
deploy:
4646
environment:

0 commit comments

Comments
 (0)