diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 467c84d..089ba08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,34 +111,3 @@ jobs: name: `${name}_${version}_${arch}.AppImage`, data: await fs.readFile(`${process.env.GITHUB_WORKSPACE}/desktop/src-tauri/target/release/bundle/appimage/n-link.AppImage`) }); - deploy-web: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 - id: yarn-cache - with: - path: | - ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ matrix.platform }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ubuntu-18.04-yarn- - - name: setup node - uses: actions/setup-node@v1 - with: - node-version: 12 - - name: install app dependencies - run: yarn - - name: Build - run: | - yarn workspace web run generate - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./web/dist - publish_branch: gh-pages - cname: n-link.lights0123.com diff --git a/README.md b/README.md index 26c0326..4fe0e10 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # N-Link Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire + +For usage instructions, see https://lights0123.com/n-link/ diff --git a/web/pages/index.vue b/web/pages/index.vue index d475908..aba5a47 100644 --- a/web/pages/index.vue +++ b/web/pages/index.vue @@ -1,26 +1,33 @@