Skip to content

Commit be81c4c

Browse files
committed
fix: remove unnecessary line breaks in Markflow build command
1 parent a08cf3b commit be81c4c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ jobs:
9393
cp website/index.html site/index.html
9494
9595
# Build book docs with Markflow into /book subdirectory
96-
markflow build --prebake --source ./book \
97-
--output ./site/book --config .env.markflow
96+
markflow build --prebake --source ./book --output ./site/book --config .env.markflow
9897
9998
- name: Configure Pages
10099
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)