diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a38691714e..3c8515e625 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -77,6 +77,7 @@ jobs: with: name: docs-site path: ./site/** + include-hidden-files: true # https://github.com/marketplace/actions/alls-green#why docs-all-green: # This job does nothing and is only used for the branch protection diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5030d0bfdd..b8837ec1d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,6 +67,7 @@ jobs: with: name: coverage-${{ runner.os }}-${{ matrix.python-version }} path: coverage + include-hidden-files: true coverage-combine: needs: [test] @@ -99,6 +100,7 @@ jobs: with: name: coverage-html path: htmlcov + include-hidden-files: true # https://github.com/marketplace/actions/alls-green#why check: # This job does nothing and is only used for the branch protection