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 ad4dba1 commit ad63fb9Copy full SHA for ad63fb9
1 file changed
.github/workflows/wiki.yml
@@ -7,6 +7,8 @@ on:
7
paths:
8
- 'book/**'
9
- 'website/**'
10
+ - '.env.markflow'
11
+ - '.github/workflows/wiki.yml'
12
workflow_dispatch:
13
14
permissions:
@@ -91,10 +93,14 @@ jobs:
91
93
92
94
# Copy website landing page to site root
95
cp website/index.html site/index.html
96
+ touch site/.nojekyll
97
98
# Build book docs with Markflow into /book subdirectory
99
markflow build --prebake --source ./book --output ./site/book --config .env.markflow
100
101
+ # Verify book output exists
102
+ ls -la site/book/
103
+
104
- name: Configure Pages
105
uses: actions/configure-pages@v5
106
0 commit comments