diff --git a/.github/workflows/docs-and-testcov.yml b/.github/workflows/docs-and-testcov.yml index b536aae..60853e2 100644 --- a/.github/workflows/docs-and-testcov.yml +++ b/.github/workflows/docs-and-testcov.yml @@ -103,8 +103,9 @@ jobs: cp tarpaulin-report.json target/doc/docs/ cp tarpaulin-badge.json target/doc/docs/ cp last-commit-date.json target/doc/docs/ - cp -r .github target/doc/docs/.github + cp -r .github target/doc/docs echo "" > target/doc/index.html + touch target/doc/.nojekyll # verify that .github exists in the output directory - name: Verify .github directory