mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
fix: correct output directory path for documentation files
This commit is contained in:
parent
1a1e820e2e
commit
45b45f5817
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
run: |
|
||||
mkdir output
|
||||
cp tarpaulin-report.html target/doc/rustframe/
|
||||
cp -r target/doc/* output/
|
||||
cp -r target/doc/rustframe/* output/
|
||||
|
||||
- name: Upload Pages artifact
|
||||
# if: github.event_name == 'push'
|
||||
|
Loading…
x
Reference in New Issue
Block a user