Skip to content

Commit b3b2581

Browse files
committed
build test without publish
1 parent d8c4c20 commit b3b2581

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/documentation.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Documentation
22

33
on:
4-
push:
5-
tags:
6-
- "*"
4+
push
75

86
env:
97
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
@@ -38,8 +36,8 @@ jobs:
3836
cmake -Sdocumentation -Bbuild
3937
cmake --build build --target GenerateDocs
4038
41-
- name: Publish
42-
uses: peaceiris/actions-gh-pages@v4
43-
with:
44-
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
publish_dir: ./build/doxygen/html
39+
# - name: Publish
40+
# uses: peaceiris/actions-gh-pages@v4
41+
# with:
42+
# github_token: ${{ secrets.GITHUB_TOKEN }}
43+
# publish_dir: ./build/doxygen/html

0 commit comments

Comments
 (0)