diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4b08ebf..a39188a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,9 +29,9 @@ jobs: run: composer test-coverage - uses: actions/upload-artifact@v3 with: - path: output/coverage/ + path: output/coverage/test.html - name: Document run: phpdoc run - - uses: actions/upload-artifact@v3 - with: - path: output/docs \ No newline at end of file +# - uses: actions/upload-artifact@v3 +# with: +# path: output/docs \ No newline at end of file