From 52da07f476c6ce61b943a03bf674a178904ce389 Mon Sep 17 00:00:00 2001 From: anatolykopyl Date: Sun, 24 Jul 2022 15:35:58 +0300 Subject: [PATCH] base url --- .github/workflows/main.yml | 7 ++++++- docs/.vitepress/config.js | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5a35c1..ae91b51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,10 @@ name: Build Docs -on: [push] + +on: + push: + branches: + - master + jobs: build_vue: runs-on: ubuntu-latest diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index f8c00ac..67d018d 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -3,6 +3,7 @@ import { defineConfig } from 'vitepress' export default defineConfig({ title: 'Vue 3D Mockup', description: '📱 A 3D phone mockup component to showcase your apps', + base: '/vue-three-d-mockup/', themeConfig: { nav: [ { text: 'Guide', link: '/guide' },