Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Oct 23, 2024
1 parent a7831b9 commit e250f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ jobs:
run: bun run build-doc
env:
NODE_OPTIONS: --max_old_space_size=4096
- run: |
zip -r dist.zip dist
- name: upload site artifact
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
path: dist.zip
retention-days: 5
# Upload PR id for next workflow use
- name: Save PR number
Expand Down

0 comments on commit e250f65

Please sign in to comment.