mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
fix: correct documentation output directory in CI workflow
This commit is contained in:
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'
|
||||||
|
Reference in New Issue
Block a user