Skip to content

Commit

Permalink
reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 20, 2023
1 parent 5f34164 commit 19512f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:
-DBUILD_TESTING=OFF
- name: Run Sphinx
run: |
cmake --build build --target Sphinx-libzeep
ls -l ${{ steps.strings.outputs.build-output-dir }}
ls -l ${{ steps.strings.outputs.build-output-dir }}/docs/sphinx
run: cmake --build build --target Sphinx-libzeep

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 19512f1

Please sign in to comment.