Skip to content

Commit

Permalink
ci:update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Mar 7, 2023
1 parent eda23d8 commit ec23f21
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Deploy
on:
push:
branches:
- dev
- master

env:
SKIP_PREFLIGHT_CHECK: true
Expand Down Expand Up @@ -128,21 +128,11 @@ jobs:
</body></html>
EOF
- name: Create README.md
working-directory: ./examples/website/build
run: |
cat > README.md << EOF
Documentation antdp@v1
====
Preview: https://raw.githack.com/antdpro/antdp/gh-pages/index.html
EOF
- name: 📦 antdp publish to NPM
uses: kktjs/npm-publish@main
with:
token: ${{ secrets.NPM_TOKEN }}
workspaces: packages/*
tag: bate

- name: Deploy Website
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit ec23f21

Please sign in to comment.