diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 072c4f5..5e122cd 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -19,11 +19,6 @@ jobs: with: node-version: 20 - - name: Build Library - run: | - yarn install - yarn build - - name: Extract Changelog id: extract_changelog run: | diff --git a/docs/docs/.vuepress/config.js b/docs/docs/.vuepress/config.js index aba6847..440ee23 100644 --- a/docs/docs/.vuepress/config.js +++ b/docs/docs/.vuepress/config.js @@ -1,6 +1,11 @@ import { defineUserConfig, defaultTheme } from 'vuepress' export default defineUserConfig({ + title: 'Electron Kits', + description: 'A electron kits, combined with Electron/Vue3/AntiDesign/SQLite3.', + head: [ + ['link', { rel: 'icon', href: '/images/logo.png' }] + ], lang: 'en-US', theme: defaultTheme({ logo: '/images/logo.png',