Skip to content

Commit ad63fb9

Browse files
committed
fix: add .nojekyll file and verify book output during site build process
1 parent ad4dba1 commit ad63fb9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
paths:
88
- 'book/**'
99
- 'website/**'
10+
- '.env.markflow'
11+
- '.github/workflows/wiki.yml'
1012
workflow_dispatch:
1113

1214
permissions:
@@ -91,10 +93,14 @@ jobs:
9193
9294
# Copy website landing page to site root
9395
cp website/index.html site/index.html
96+
touch site/.nojekyll
9497
9598
# Build book docs with Markflow into /book subdirectory
9699
markflow build --prebake --source ./book --output ./site/book --config .env.markflow
97100
101+
# Verify book output exists
102+
ls -la site/book/
103+
98104
- name: Configure Pages
99105
uses: actions/configure-pages@v5
100106

0 commit comments

Comments
 (0)