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
4 changes: 4 additions & 0 deletions .github/workflows/publish-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
set -euo pipefail
mkdir -p /tmp/sf-dist
cp -R dist/. /tmp/sf-dist/
# Ship the machine-readable API index alongside the bundles so
# integrations can fetch it from the same CDN path, e.g.:
# https://cdn.jsdelivr.net/gh/codeslash-dev/SLASHED@dist/api-index.json
cp docs/api-index.json /tmp/sf-dist/api-index.json
# Stamp file so consumers can verify exactly which source commit
# produced this dist tree.
{
Expand Down
Loading