Skip to content

Commit 93034cb

Browse files
Fix documentation examples.
1 parent 8bdf7cd commit 93034cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
cd build;
4545
emcmake cmake ..
4646
-DCMAKE_BUILD_TYPE=Release
47-
-DFTXUI_BUILD_DOCS=OFF
47+
-DFTXUI_BUILD_DOCS=ON
4848
-DFTXUI_BUILD_EXAMPLES=ON
4949
-DFTXUI_BUILD_TESTS=OFF
5050
-DFTXUI_BUILD_TESTS_FUZZER=OFF
5151
-DFTXUI_ENABLE_INSTALL=OFF
5252
-DFTXUI_DEV_WARNINGS=OFF;
53-
cmake --build . --target doc;
53+
cmake --build .
5454
rsync -amv
5555
--include='*/'
5656
--include='*.html'
@@ -60,7 +60,7 @@ jobs:
6060
--include='*.wasm'
6161
--exclude='*'
6262
examples
63-
../multiversion_docs/main/examples;
63+
../multiversion_docs/
6464
6565
- name: "Deploy"
6666
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)