diff --git a/.github/workflows/test_first_no_example.yml b/.github/workflows/test_first_no_example.yml index 8fe29e11b61..2242444c8ab 100644 --- a/.github/workflows/test_first_no_example.yml +++ b/.github/workflows/test_first_no_example.yml @@ -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