From 6bb1c2a0deaf96ad5079cc69c30faf4fd672148f Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 5 May 2025 03:18:22 +0100 Subject: [PATCH] testing w .nojekyll --- .github/workflows/docs-and-testcov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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