-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change to website release deploy
- Loading branch information
Showing
6 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,13 @@ jobs: | |
yarn install | ||
yarn build:package | ||
- name: Build examples builder | ||
- name: Build Website | ||
run: | | ||
cd examples/builder | ||
yarn install | ||
yarn build | ||
yarn build:website | ||
- name: Push gh-pages | ||
run: | | ||
cd examples/builder/dist | ||
cd website/dist | ||
git init | ||
git config --local user.name antv | ||
git config --local user.email [email protected] | ||
|
@@ -35,6 +33,6 @@ jobs: | |
- uses: ad-m/github-push-action@master | ||
with: | ||
github_token: ${{secrets.GITHUB_TOKEN}} | ||
directory: examples/builder/dist | ||
directory: website/dist | ||
branch: gh-pages | ||
force: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## L7VP Studio | ||
## L7VP Website | ||
|
||
L7VP Studio is an online geospatial intelligent visual analysis tool. See [Studio](https://locationinsight.antv.antgroup.com) online website. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
website/src/pages/Builder/widgets/DatasetPreview/DatasetPreview.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters