chore: fix github actions
This commit is contained in:
2
.github/workflows/deploy-demo.yml
vendored
2
.github/workflows/deploy-demo.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
path: './dist'
|
||||
path: './packages/website/dist'
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -32,4 +32,4 @@ jobs:
|
||||
run: npm run build:lib
|
||||
|
||||
- name: Publish to npm
|
||||
run: npm publish
|
||||
run: npm publish --workspace=page-agent
|
||||
Reference in New Issue
Block a user