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 a08cf3b commit be81c4cCopy full SHA for be81c4c
1 file changed
.github/workflows/wiki.yml
@@ -93,8 +93,7 @@ jobs:
93
cp website/index.html site/index.html
94
95
# Build book docs with Markflow into /book subdirectory
96
- markflow build --prebake --source ./book \
97
- --output ./site/book --config .env.markflow
+ markflow build --prebake --source ./book --output ./site/book --config .env.markflow
98
99
- name: Configure Pages
100
uses: actions/configure-pages@v5
0 commit comments