Skip to content

Commit 26181c8

Browse files
authored
fix: docs deploy (#101)
1 parent 3a238e6 commit 26181c8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

packages/sdk-react-provider/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
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",

packages/sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
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",

0 commit comments

Comments
 (0)