Skip to content

Commit

Permalink
Turn on flow
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Hu <[email protected]>
  • Loading branch information
charleshu-8 committed Jun 10, 2024
1 parent 3a50802 commit e9bfca9
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Build VuePress site
run: npm ci && npm run docs:build
env:
GITHUB_DEPLOY: "true"

- name: Deploy Docs
uses: crazy-max/ghaction-github-pages@v4
Expand Down
39 changes: 39 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@vuepress/bundler-webpack": "2.0.0-rc.13",
"cypress": "^13.11.0",
"cypress-each": "^1.14.0",
"flowchart.ts": "^3.0.0",
"mermaid": "^10.9.1",
"reveal.js": "^5.1.0",
"start-server-and-test": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default hopeTheme({
// echarts: true,
figure: true,
// install flowchart.ts before enabling it
// flowchart: true,
flowchart: true,
gfm: true,
imgLazyload: true,
imgSize: true,
Expand Down

0 comments on commit e9bfca9

Please sign in to comment.