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 14fe775 commit 0213180Copy full SHA for 0213180
.github/workflows/docs.yml
@@ -34,6 +34,14 @@ jobs:
34
cmake -S . -B build -G Ninja --install-prefix=$(pwd)/build/install -D MFC_DOCUMENTATION=ON
35
ninja -C build install
36
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
+
45
# From here https://github.com/cicirello/generate-sitemap
46
- name: Generate the sitemap
47
id: sitemap
0 commit comments