Skip to content

Commit

Permalink
ci: add pkg-new-new
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Dec 19, 2024
1 parent 40ce4f1 commit 64a474e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
check:
ci:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GitHub_TOKEN }}
Expand Down Expand Up @@ -41,6 +41,6 @@ jobs:
run: |
pnpm build
# - name: Run Test
# run: |
# pnpm test
- name: Run pkg-pr-new publish
if: github.event_name == 'pull_request'
run: pnpx pkg-pr-new publish
9 changes: 0 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ jobs:
with:
path: docs/.vitepress/dist

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 64a474e

Please sign in to comment.