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