From c6b8e50ca51fd2b9559f36a2c828103c4c4eb17a Mon Sep 17 00:00:00 2001 From: polectron Date: Wed, 17 Aug 2022 23:48:51 +0200 Subject: [PATCH] remove gh-pages deploy --- .github/workflows/build.yml | 16 ---------------- app/quasar.config.js | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b970fc1..3b6056d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,19 +50,3 @@ jobs: with: tag_name: ${{ steps.copy.outputs.image }} files: ${{ steps.copy.outputs.image }}.zip - - - name: Upload artifact - uses: actions/upload-pages-artifact@v1 - with: - path: app/dist/spa/ - - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-22.04 - needs: build - steps: - - name: Deploy to Github Pages - id: deployment - uses: actions/deploy-pages@v1 diff --git a/app/quasar.config.js b/app/quasar.config.js index d232c9f..ad31563 100644 --- a/app/quasar.config.js +++ b/app/quasar.config.js @@ -67,7 +67,7 @@ module.exports = configure(function (/* ctx */) { // rebuildCache: true, // rebuilds Vite/linter/etc cache on startup - publicPath: 'OpenScan3-Client', + // publicPath: '/', // analyze: true, // env: {}, // rawDefine: {}