You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The github action script uses a hard-coded link to access the gerbil_data.zip file. This link has to be updated manually. However, this creates additional work and makes the action performing the download in a different way than most users.
Solution
extend the start script with a command line option that skips the download of indexes
make use of the start script instead of the hard-coded download in the github action
The text was updated successfully, but these errors were encountered:
Problem
The github action script uses a hard-coded link to access the gerbil_data.zip file. This link has to be updated manually. However, this creates additional work and makes the action performing the download in a different way than most users.
Solution
The text was updated successfully, but these errors were encountered: