mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 03:49:59 +00:00
Compare commits
1 Commits
f6c61dc5c5
...
6d87e1f630
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6d87e1f630 |
20
.github/workflows/docs-and-testcov.yml
vendored
20
.github/workflows/docs-and-testcov.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- id: choose
|
- id: choose
|
||||||
uses: ./.github/actions/runner-fallback
|
uses: ./.github/actions/runner-fallback
|
||||||
with:
|
with:
|
||||||
primary-runner: "self-hosted"
|
primary-runner: "self-hosted,ubuntu-latest"
|
||||||
fallback-runner: "ubuntu-latest"
|
fallback-runner: "ubuntu-latest"
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
@ -94,18 +94,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy files to output directory
|
- name: Copy files to output directory
|
||||||
run: |
|
run: |
|
||||||
# mkdir docs
|
|
||||||
mkdir -p target/doc/docs
|
|
||||||
cp -r target/doc/rustframe/* target/doc/docs/
|
|
||||||
|
|
||||||
mkdir output
|
mkdir output
|
||||||
cp tarpaulin-report.html target/doc/docs/
|
cp tarpaulin-report.html target/doc/rustframe/
|
||||||
cp tarpaulin-report.json target/doc/docs/
|
cp tarpaulin-report.json target/doc/rustframe/
|
||||||
cp tarpaulin-badge.json target/doc/docs/
|
cp tarpaulin-badge.json target/doc/rustframe/
|
||||||
cp last-commit-date.json target/doc/docs/
|
cp last-commit-date.json target/doc/rustframe/
|
||||||
mkdir -p target/doc/docs/.github
|
mkdir -p target/doc/rustframe/.github
|
||||||
cp .github/rustframe_logo.png target/doc/docs/.github/
|
cp .github/rustframe_logo.png target/doc/rustframe/.github/
|
||||||
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > 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
|
||||||
# if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
# if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
||||||
|
2
.github/workflows/run-benchmarks.yml
vendored
2
.github/workflows/run-benchmarks.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- id: choose
|
- id: choose
|
||||||
uses: ./.github/actions/runner-fallback
|
uses: ./.github/actions/runner-fallback
|
||||||
with:
|
with:
|
||||||
primary-runner: "self-hosted"
|
primary-runner: "self-hosted,ubuntu-latest"
|
||||||
fallback-runner: "ubuntu-latest"
|
fallback-runner: "ubuntu-latest"
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
2
.github/workflows/run-unit-tests.yml
vendored
2
.github/workflows/run-unit-tests.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- id: choose
|
- id: choose
|
||||||
uses: ./.github/actions/runner-fallback
|
uses: ./.github/actions/runner-fallback
|
||||||
with:
|
with:
|
||||||
primary-runner: "self-hosted"
|
primary-runner: "self-hosted,ubuntu-latest"
|
||||||
fallback-runner: "ubuntu-latest"
|
fallback-runner: "ubuntu-latest"
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user