Compare commits

..

No commits in common. "0671790f0fd7b759259626add554b76175041ad0" and "7a55396cf307c077e1fdf439200583f10cf9866a" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -86,8 +86,6 @@ jobs:
cp tarpaulin-report.json target/doc/rustframe/ cp tarpaulin-report.json target/doc/rustframe/
cp tarpaulin-badge.json target/doc/rustframe/ cp tarpaulin-badge.json target/doc/rustframe/
cp last-commit-date.json target/doc/rustframe/ cp last-commit-date.json target/doc/rustframe/
mkdir -p target/doc/rustframe/.github
cp .github/rustframe_logo.png target/doc/rustframe/.github/
echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html
- name: Upload Pages artifact - name: Upload Pages artifact

View File

@ -7,7 +7,6 @@ on:
jobs: jobs:
run-unit-tests: run-unit-tests:
if: github.event.pull_request.draft == false
name: run-unit-tests name: run-unit-tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env: