Skip to content

Commit e83c7f2

Browse files
committed
build(ci): add dedicated preview config without optimize
1 parent b46557d commit e83c7f2

File tree

2 files changed

+527
-1
lines changed

2 files changed

+527
-1
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Build mkdocs
8080
run: |
81-
mkdocs build --clean
81+
mkdocs build --clean --config-file mkdocs.preview.yml
8282
mkdocs --version
8383
env:
8484
CI: true

0 commit comments

Comments
 (0)