Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
twh2898 authored Aug 6, 2024
1 parent 3bc9d31 commit 6485af8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,17 @@ jobs:
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Build docs
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target docs

- name: List docs
run: ls ${{github.workspace}}/build/docs

- uses: actions/upload-artifact@v4
with:
name: docs
path: ${{github.workspace}}/build/docs/html

# - name: Test
# working-directory: ${{github.workspace}}/build
# # Execute tests defined by the CMake configuration.
Expand Down

0 comments on commit 6485af8

Please sign in to comment.