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