Skip to content

Commit

Permalink
rather append footer in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickball committed Mar 20, 2024
1 parent dc3a435 commit c8c5a09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
pip install mkdocstrings[python]
pip install mkdocs-macros-plugin
pip install mkdocs-with-pdf
find docs -iname "*.md" | xargs -I{} sh -c "echo >> {}; echo {% include 'footer.md' %} >> {}"
- run: mkdocs gh-deploy --force
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ and is distinct from more general
[documentation on using CLIMB](https://docs.climb.ac.uk/).
Read further for general information on how to [upload](upload.md)
or [analyse](analyse.md) data.

{% include 'footer.md' %}

0 comments on commit c8c5a09

Please sign in to comment.