Skip to content

Commit f815ea9

Browse files
committed
ci: fix doc build
1 parent 15d9fd9 commit f815ea9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,12 @@ jobs:
115115
with:
116116
name: antora-docs-${{ matrix.name }}
117117
path: doc/html
118+
119+
- name: Upload static files as artifact
120+
uses: actions/upload-pages-artifact@v3
121+
with:
122+
path: doc/build/site
123+
124+
- name: Deploy to GitHub Pages
125+
if: github.repository_owner == 'jll63' && github.ref_name == 'feature/doc'
126+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)