File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5757
5858 - name : Deploy to GitHub Pages
5959 uses : peaceiris/actions-gh-pages@v4
60- if : github.ref == 'refs/heads/main' && needs.release-please.outputs.releases_created
60+ if : github.ref == 'refs/heads/main'
6161 with :
6262 github_token : ${{ secrets.GITHUB_TOKEN }}
6363 publish_dir : ./apps/developer/build
Original file line number Diff line number Diff line change 2424 "files" : [
2525 " dist/index.js" ,
2626 " dist/index.mjs" ,
27- " dist/index.d.ts"
27+ " dist/index.d.ts" ,
28+ " README.md"
2829 ],
2930 "scripts" : {
3031 "build" : " tsup" ,
Original file line number Diff line number Diff line change 2323 "files" : [
2424 " dist/index.js" ,
2525 " dist/index.mjs" ,
26- " dist/index.d.ts"
26+ " dist/index.d.ts" ,
27+ " README.md"
2728 ],
2829 "scripts" : {
2930 "dev" : " tsup --watch" ,
You can’t perform that action at this time.
0 commit comments