Skip to content

Commit

Permalink
Again, again and again ...
Browse files Browse the repository at this point in the history
Signed-off-by: Velocet <[email protected]>
  • Loading branch information
Velocet committed Apr 25, 2024
1 parent bae768b commit b1a15b8
Show file tree
Hide file tree
Showing 5 changed files with 780 additions and 224 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- name: Upgrade Pip and Packages
run: |
python -m pip install --upgrade pip
pip list --outdated --no-color | tail --lines=+3 | cut --delimiter=" " --fields=1 | xargs --max-args=2 pip install --upgrade
pip list --outdated --no-color | tail --lines=+3 | cut --delimiter=" " --fields=1 | xargs --max-args=2 pip install --upgrade --quiet
continue-on-error: true
- name: Setup Material for MkDocs
run: |
pip install --upgrade --no-input mkdocs-material
Expand Down
Binary file modified desktop.ini
Binary file not shown.
68 changes: 0 additions & 68 deletions src/IoHome.cpp

This file was deleted.

111 changes: 0 additions & 111 deletions src/IoHome.h

This file was deleted.

Loading

0 comments on commit b1a15b8

Please sign in to comment.