chore: fix github actions

This commit is contained in:
Simon
2025-12-01 20:20:27 +08:00
parent cdd1602f79
commit a4e48d32a4
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v4 uses: actions/upload-pages-artifact@v4
with: with:
path: './dist' path: './packages/website/dist'
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment

View File

@@ -32,4 +32,4 @@ jobs:
run: npm run build:lib run: npm run build:lib
- name: Publish to npm - name: Publish to npm
run: npm publish run: npm publish --workspace=page-agent