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 a50ad3f commit b5ba4a2Copy full SHA for b5ba4a2
.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
120
if: matrix.os == 'ubuntu-latest'
121
uses: actions/upload-pages-artifact@v3
122
with:
123
- path: doc/build/site
+ path: doc/html
124
125
- name: Deploy to GitHub Pages (jll63)
126
if: matrix.os == 'ubuntu-latest' && github.repository_owner == 'jll63' && github.ref_name == 'feature/doc'
doc/local-playbook.yml
@@ -29,6 +29,9 @@ ui:
29
url: https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip
30
snapshot: true
31
32
+output:
33
+ dir: html
34
+
35
antora:
36
extensions:
37
- require: '@antora/lunr-extension' # https://gitlab.com/antora/antora-lunr-extension
0 commit comments