Skip to content

Commit

Permalink
WIP: use linux remove
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 4, 2023
1 parent 2d6de1e commit 0b6d0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_first_no_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Remove files to not upload
run: |
echo "Removing files not wanted in the uploaded artifact"
Remove-Item doc/_build/html/.doctrees -Recurse -Force
rm -rf doc/_build/html/.doctrees
- name: Upload HTML documentation artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0b6d0aa

Please sign in to comment.