Skip to content

Commit a08cf3b

Browse files
committed
feat: add .env.markflow configuration and update wiki workflow to use it
1 parent 119a571 commit a08cf3b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
# Build book docs with Markflow into /book subdirectory
9696
markflow build --prebake --source ./book \
97-
--output ./site/book --config ./book/.env
97+
--output ./site/book --config .env.markflow
9898
9999
- name: Configure Pages
100100
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)