mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Update verification step to check for logo presence in output directory
This commit is contained in:
parent
38baf0c648
commit
1c41d387ef
8
.github/workflows/docs-and-testcov.yml
vendored
8
.github/workflows/docs-and-testcov.yml
vendored
@ -116,11 +116,11 @@ jobs:
|
|||||||
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > target/doc/index.html
|
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > target/doc/index.html
|
||||||
touch target/doc/.nojekyll
|
touch target/doc/.nojekyll
|
||||||
|
|
||||||
# verify that .github exists in the output directory
|
# verify that logo exists in the output directory
|
||||||
- name: Verify .github directory
|
- name: Verify logo directory
|
||||||
run: |
|
run: |
|
||||||
if [ ! -d target/doc/docs/.github ]; then
|
if [ ! -f target/doc/docs/rustframe_logo.png ]; then
|
||||||
echo ".github directory not found in output!"
|
echo "Logo not found in output directory!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user