Skip to content

Commit

Permalink
Copy custom favicon to within the docs directory
Browse files Browse the repository at this point in the history
The Material for MkDocs documentation says that the file must be within
the `docs` directory.

Reference: https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/?h=#favicon
  • Loading branch information
eecavanna committed Dec 15, 2024
1 parent 95b11f0 commit d62ffe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-and-compile-runtime-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
mkdir -p _clones/microbiomedata/nmdc-runtime/assets/images/
cp pullers/runtime_docs/mkdocs_overrides/main.html _clones/microbiomedata/nmdc-runtime/mkdocs_overrides/main.html
cp pullers/runtime_docs/assets/images/favicon.ico _clones/microbiomedata/nmdc-runtime/assets/images/favicon.ico
cp pullers/runtime_docs/assets/images/favicon.ico _clones/microbiomedata/nmdc-runtime/docs/assets/images/favicon.ico
- name: Compile source documents into HTML
#
# References:
Expand Down

0 comments on commit d62ffe7

Please sign in to comment.