We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46557d commit e83c7f2Copy full SHA for e83c7f2
.github/workflows/build-pr.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Build mkdocs
80
run: |
81
- mkdocs build --clean
+ mkdocs build --clean --config-file mkdocs.preview.yml
82
mkdocs --version
83
env:
84
CI: true
0 commit comments