Skip to content

Commit 6cb5a42

Browse files
authored
Merge pull request #606 from repires/fix/ci-build-failure
fix(ci): run fetch-data before typecheck
2 parents d69e060 + 5141c77 commit 6cb5a42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
- name: Install dependencies
4444
run: npm ci
4545

46+
- name: Fetch data
47+
env:
48+
GITHUB_TOKEN: ${{ secrets.PROJECT_READ_TOKEN }}
49+
run: npm run fetch-data
50+
4651
- name: Run TypeScript validation
4752
run: npm run typecheck
4853

0 commit comments

Comments
 (0)