We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314f39c commit 4445cf6Copy full SHA for 4445cf6
2 files changed
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: peaceiris/actions-gh-pages@v3
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
- publish_dir: ./docs
+ publish_dir: ./dist
29
user_name: 'cffinit[bot]'
30
user_email: 'cffinit[bot]@users.noreply.github.com'
31
- commit_message: ':robot: Update github.io page'
+ commit_message: ':robot: Update github.io page'
quasar.conf.js
@@ -55,7 +55,7 @@ module.exports = configure(function () {
55
vueRouterMode: 'hash', // available values: 'hash', 'history'
56
publicPath: 'cff-initializer-javascript',
57
// transpile: false,
58
- distDir: 'docs',
+ distDir: 'dist',
59
60
// Add dependencies for transpiling with Babel (Array of string/regex)
61
// (from node_modules, which are by default not transpiled).
0 commit comments