Skip to content

Commit 8cb021a

Browse files
committed
install react-fluid-table manually
1 parent fc3768e commit 8cb021a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
run: npm install -g yarn
4040
- name: Install dependencies
4141
working-directory: ./example
42-
run: yarn install
42+
run: |
43+
sed -i '/link:/d' package.json
44+
yarn install react-fluid-table
45+
yarn install
4346
- name: Build
4447
working-directory: ./example
4548
run: yarn build

0 commit comments

Comments
 (0)