Skip to content

Commit

Permalink
use find instead of rm for cleaning up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Sep 11, 2023
1 parent 6d4a771 commit 1f92555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
PROJECT_NUMBER: ${{ github.ref_name }}

- run: rm -r build_docs/html/**/*-members.html
- run: find . -type f -name '*-members.html' -exec rm -f {} +
working-directory: sdk
shell: bash

Expand Down

0 comments on commit 1f92555

Please sign in to comment.