Skip to content

Commit b5ba4a2

Browse files
committed
changed Antora output directory to doc/html
1 parent a50ad3f commit b5ba4a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: matrix.os == 'ubuntu-latest'
121121
uses: actions/upload-pages-artifact@v3
122122
with:
123-
path: doc/build/site
123+
path: doc/html
124124

125125
- name: Deploy to GitHub Pages (jll63)
126126
if: matrix.os == 'ubuntu-latest' && github.repository_owner == 'jll63' && github.ref_name == 'feature/doc'

doc/local-playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ ui:
2929
url: https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip
3030
snapshot: true
3131

32+
output:
33+
dir: html
34+
3235
antora:
3336
extensions:
3437
- require: '@antora/lunr-extension' # https://gitlab.com/antora/antora-lunr-extension

0 commit comments

Comments
 (0)