We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417cd96 commit 8aaec99Copy full SHA for 8aaec99
.github/workflows/deploy-vitepress.yml
@@ -31,12 +31,12 @@ jobs:
31
32
- name: Add .nojekyll file
33
run: |
34
- if [ -d dist ]; then
35
- touch dist/.nojekyll
+ if [ -d .vitepress/dist ]; then
+ touch .vitepress/dist/.nojekyll
36
fi
37
38
- name: Deploy to GitHub Pages
39
uses: peaceiris/actions-gh-pages@v4
40
with:
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
- publish_dir: dist
+ publish_dir: .vitepress/dist
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@myissue/vue-website-page-builder",
3
- "version": "3.4.84",
+ "version": "3.4.85",
4
"description": "Vue 3 page builder component with drag & drop functionality.",
5
"type": "module",
6
"main": "./dist/vue-website-page-builder.umd.cjs",
0 commit comments