Skip to content

Commit

Permalink
Build client and upload to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbbickerton committed Oct 25, 2023
1 parent 7a92141 commit aa47895
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 8
uses: actions/[email protected]
with:
node-version: 8.x
- name: npm install, build and test
run: |
npx yarn install
npx yarn run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion client/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
// libraryExport: "default"
}
},

publicPath: '',
css: {
sourceMap: true
},
Expand Down

0 comments on commit aa47895

Please sign in to comment.