Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[removal] voila_gpx_viewer #331

Merged
merged 3 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
echo "Removing doc/gallery/$item..."
rm -rf doc/gallery/$item/
echo "Removed doc/gallery/$item"
git add './doc/gallery/$item'
git add ./doc/gallery/$item
done
git commit -m "Remove $REMOVEDPROJECTS"
git log -n 10 --oneline
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
echo "Removing doc/gallery/$item..."
rm -rf doc/gallery/$item/
echo "Removed doc/gallery/$item"
git add './doc/gallery/$item'
git add ./doc/gallery/$item
done
git diff --name-only
# This isn't meant to be pushed, it's just for this docs build
Expand Down
1 change: 0 additions & 1 deletion doc/_static/labels/voila.svg

This file was deleted.

Loading
Loading