mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
fix: correct output directory for documentation files in CI workflow
This commit is contained in:
parent
f5b9f2442a
commit
69b240f7a8
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
run: |
|
||||
mkdir output
|
||||
cp -r testcov output/
|
||||
cp -r docs output/
|
||||
cp -r docs/rustframe output/
|
||||
|
||||
- name: Upload Pages artifact
|
||||
# if: github.event_name == 'push'
|
||||
|
Loading…
x
Reference in New Issue
Block a user