Skip to content

Commit

Permalink
Google verif
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Apr 25, 2024
1 parent 54287d3 commit d97fc18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: npm ci
- name: Build with VitePress
run: npm run docs:build
- name: Google
run: cp google0d113eca589ebed8.html docs/.vitepress/dist/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ export default defineConfig({
title: "mobx-form-lite",
base: "/mobx-form-lite",
description: "mobx-form-lite documentation",
lastUpdated: true,
sitemap: {
hostname: 'https://kubk.github.io/mobx-form-lite/',
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config

Expand Down
1 change: 1 addition & 0 deletions google0d113eca589ebed8.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google0d113eca589ebed8.html

0 comments on commit d97fc18

Please sign in to comment.