Skip to content

Commit

Permalink
fix broken pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yliuuuu committed Jun 14, 2024
1 parent f9c5063 commit 5744005
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 52 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr_to_gh_page_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

- name: Build Bundle
run: |
npm i
# temporary fix for broken CI pipeline by rolling back to the legacy behavior
npm i --legacy-peer-deps
npm run build

- name: copy Bundle
Expand Down
Loading

0 comments on commit 5744005

Please sign in to comment.