Skip to content

Commit

Permalink
Merge pull request #5 from sunquakes/development
Browse files Browse the repository at this point in the history
Release and publish.
  • Loading branch information
sunquakes authored Nov 9, 2023
2 parents c6f69e0 + 6ada0e0 commit 7926454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
with:
node-version: 20

- name: Build Library
run: |
yarn install
yarn build
- name: Extract Changelog
id: extract_changelog
run: |
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 7926454

Please sign in to comment.