Skip to content

Commit

Permalink
remove gh-pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Polectron committed Aug 17, 2022
1 parent 6fd0f5d commit c6b8e50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion app/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit c6b8e50

Please sign in to comment.