with:
name: documentation
path: site/
+ retention-days: 7
documentation-deploy:
name: "Deploy Documentation"
with:
name: jest-coverage-report
path: src-ui/coverage
+ retention-days: 7
-
name: Upload frontend coverage to Codecov
if: always()
with:
name: playwright-report
path: src-ui/playwright-report
+ retention-days: 7
build-docker-image:
name: Build Docker image for ${{ github.ref_name }}
with:
name: frontend-compiled
path: src/documents/static/frontend/
+ retention-days: 7
build-release:
needs:
with:
name: release
path: dist/paperless-ngx.tar.xz
+ retention-days: 7
publish-release:
runs-on: ubuntu-22.04