Skip to content

Commit

Permalink
chore: simplify github actions (#4367)
Browse files Browse the repository at this point in the history
* Update deploy-4x.yml

* Delete release.yml

* Delete npm-publish.yml

* Delete mirror.yml

* Update deploy-4x.yml

* Update ci.yml
  • Loading branch information
visiky committed Nov 26, 2022
1 parent a886200 commit 56bfaa6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
@@ -1,6 +1,6 @@
name: CI

on: ["push", "pull_request"]
on: [push]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-4x.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git checkout master
- run: yarn install
- run: npm run site:build
- run: |
git checkout master
cd public
git init
git config --local user.name antv
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/mirror.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/npm-publish.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 56bfaa6

Please sign in to comment.