Skip to content

Commit 14e13dc

Browse files
authored
Merge pull request #38 from menloresearch/ci/add-upload-bun-lock
ci: add bun lock upload file
2 parents 987bf77 + f29e105 commit 14e13dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/jan-browser-docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ jobs:
6666
run: |
6767
cp _redirects dist/_redirects
6868
cp _headers dist/_headers
69+
70+
- name: Upload Bun lockfile
71+
uses: actions/upload-artifact@v4
72+
with:
73+
name: bun-lockfile
74+
path: docs/bun.lock
75+
retention-days: 30
6976

7077
- name: Publish to Cloudflare Pages PR Preview and Staging
7178
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)