From e897b4913b3152a9cefed619abd8f7e6f6da84db Mon Sep 17 00:00:00 2001 From: lana-k Date: Sun, 10 Jul 2022 22:53:23 +0200 Subject: [PATCH] cancel deploying to github pages; remove banner --- .github/workflows/main.yml | 14 ++---------- README.md | 4 ++-- package.json | 2 +- src/App.vue | 47 -------------------------------------- 4 files changed, 5 insertions(+), 62 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b54642..3fd6c51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Deploy to GitHub Pages and create release +name: Create release on: workflow_dispatch: push: @@ -7,7 +7,7 @@ on: jobs: deploy: - name: Deploy to GitHub Pages and create release + name: Create release runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -42,13 +42,3 @@ jobs: artifacts: "dist/dist.zip" token: ${{ secrets.GITHUB_TOKEN }} bodyFile: "CHANGELOG.md" - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - branch: build # The branch the action should deploy to. - folder: dist/ # The folder the action should deploy. - clean: true # Automatically remove deleted files from the deploy branch - clean-exclude: .nojekyll - diff --git a/README.md b/README.md index c295e7b..e5853d2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ With sqliteviz you can: https://user-images.githubusercontent.com/24638357/128249848-f8fab0f5-9add-46e0-a9c1-dd5085a8623e.mp4 ## Quickstart -The latest release of sqliteviz is deployed on GitHub Pages at [lana-k.github.io/sqliteviz][6]. +The latest release of sqliteviz is deployed on [sqliteviz.com/app][6]. ## Wiki For user documentation, check out sqliteviz [Wiki][7]. @@ -34,7 +34,7 @@ It is built on top of [react-chart-editor][3], [PivotTable.js][12], [sql.js][4] [3]: https://github.com/plotly/react-chart-editor [4]: https://github.com/sql-js/sql.js [5]: https://github.com/vuejs/vue -[6]: https://lana-k.github.io/sqliteviz/ +[6]: https://sqliteviz.com/app/ [7]: https://github.com/lana-k/sqliteviz/wiki [8]: https://github.com/surmon-china/vue-codemirror#readme [9]: https://www.papaparse.com/ diff --git a/package.json b/package.json index 1de87ce..6c22d61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqliteviz", - "version": "0.19.0", + "version": "0.20.0", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/src/App.vue b/src/App.vue index 815ebb2..fc0d279 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,35 +1,9 @@ - -