diff --git a/.github/workflows/docs-and-testcov.yml b/.github/workflows/docs-and-testcov.yml index 630848d..9d1fb48 100644 --- a/.github/workflows/docs-and-testcov.yml +++ b/.github/workflows/docs-and-testcov.yml @@ -104,7 +104,7 @@ jobs: cp tarpaulin-badge.json target/doc/docs/ cp last-commit-date.json target/doc/docs/ mkdir -p target/doc/docs/.github - cp .github/rustframe_logo.png target/doc/docs/.github/ + cp .github/rustframe_logo.png target/doc/docs/.github/rustframe_logo.png echo "" > target/doc/index.html - name: Upload Pages artifact @@ -115,4 +115,4 @@ jobs: - name: Deploy to GitHub Pages # if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4