Skip to content

Commit

Permalink
Merge pull request #25 from unicef/tweaks
Browse files Browse the repository at this point in the history
migrate to uv
  • Loading branch information
domdinicola authored Nov 27, 2024
2 parents 98b7504 + e2c994d commit 842fa78
Show file tree
Hide file tree
Showing 6 changed files with 1,345 additions and 1,379 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
pip install pdm
pdm install
pdm run mkdocs build -d ./docs-output
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"
export DYLD_LIBRARY_PATH="/usr/local/lib:/opt/homebrew/lib:$DYLD_LIBRARY_PATH"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
__pycache__

!.github

dist/
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ plugins:
inline_refs: none
list_definitions: true
list_references: true
tooltip: heading
# tooltip: heading
# - ezlinks
- gitsnippet
- link-marker
Expand Down
Loading

0 comments on commit 842fa78

Please sign in to comment.