Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,11 @@ jobs:
npm ci
npm run build:release

# 2. Refresh the copies the docs site embeds.
# 2. Refresh the copy the docs site embeds. The worker is inlined into
# orb.min.js, so there are no separate worker chunks to copy.
- name: Sync bundle into docs site
run: |
cp dist/browser/orb.min.js docs/site/public/orb.min.js
cp dist/browser/orb.worker.min.js docs/site/public/orb.worker.min.js
# The module worker loads this shared vendor chunk as a sibling; without
# it the worker fails silently and layout simulation never runs.
cp dist/browser/orb.worker.vendor.min.js docs/site/public/orb.worker.vendor.min.js

# 3. Build the VitePress site.
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion docs/site/public/orb.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/site/public/orb.worker.min.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/site/public/orb.worker.vendor.min.js

This file was deleted.

Loading