We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ce4f1 commit 64a474eCopy full SHA for 64a474e
2 files changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
- main
10
11
jobs:
12
- check:
+ ci:
13
runs-on: ubuntu-latest
14
env:
15
GITHUB_TOKEN: ${{ secrets.GitHub_TOKEN }}
@@ -41,6 +41,6 @@ jobs:
41
run: |
42
pnpm build
43
44
- # - name: Run Test
45
- # run: |
46
- # pnpm test
+ - name: Run pkg-pr-new publish
+ if: github.event_name == 'pull_request'
+ run: pnpx pkg-pr-new publish
.github/workflows/docs.yml
@@ -59,15 +59,6 @@ jobs:
59
with:
60
path: docs/.vitepress/dist
61
62
- # Deployment job
63
- deploy:
64
- environment:
65
- name: github-pages
66
- url: ${{ steps.deployment.outputs.page_url }}
67
- needs: build
68
- runs-on: ubuntu-latest
69
- name: Deploy
70
- steps:
71
- name: Deploy to GitHub Pages
72
id: deployment
73
uses: actions/deploy-pages@v4
0 commit comments