Skip to content

Commit

Permalink
Setup github pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Sep 25, 2023
1 parent 4b2c115 commit 4e25ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leak_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
keywords: ${{secrets.LEAK_WORDS}}
ignoreCase: true
ignoredDirs: '["docs/.vitepress/cache/","node_modules/"]'
ignoredDirs: '["docs","node_modules"]'
1 change: 1 addition & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
title: 'Formula Editor',
description: 'A relatively complete formula editor',
base: '/formula-editor/',
themeConfig: {
nav: [
{text: 'Introduction', link: '/'},
Expand Down

0 comments on commit 4e25ff4

Please sign in to comment.