Skip to content

Commit 0213180

Browse files
committed
add artifacts
1 parent 14fe775 commit 0213180

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ jobs:
3434
cmake -S . -B build -G Ninja --install-prefix=$(pwd)/build/install -D MFC_DOCUMENTATION=ON
3535
ninja -C build install
3636
37+
- name: Upload Built Documentation Artifact
38+
uses: actions/upload-artifact@v4
39+
with:
40+
name: mfc-docs
41+
path: build/install/docs/mfc
42+
if-no-files-found: error
43+
retention-days: 7
44+
3745
# From here https://github.com/cicirello/generate-sitemap
3846
- name: Generate the sitemap
3947
id: sitemap

0 commit comments

Comments
 (0)