Skip to content

Commit 4445cf6

Browse files
committed
Build to dist/
1 parent 314f39c commit 4445cf6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
publish_dir: ./docs
28+
publish_dir: ./dist
2929
user_name: 'cffinit[bot]'
3030
user_email: 'cffinit[bot]@users.noreply.github.com'
31-
commit_message: ':robot: Update github.io page'
31+
commit_message: ':robot: Update github.io page'

quasar.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = configure(function () {
5555
vueRouterMode: 'hash', // available values: 'hash', 'history'
5656
publicPath: 'cff-initializer-javascript',
5757
// transpile: false,
58-
distDir: 'docs',
58+
distDir: 'dist',
5959

6060
// Add dependencies for transpiling with Babel (Array of string/regex)
6161
// (from node_modules, which are by default not transpiled).

0 commit comments

Comments
 (0)