mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools: update hecat@master, set automatic metadata update workflow to run at 11:48 UTC
This commit is contained in:
parent
ea7d306002
commit
5ee7f3bb3f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/update-metadata.yml
vendored
2
.github/workflows/update-metadata.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '45 11 * * 1'
|
||||
- cron: '48 11 * * 1'
|
||||
|
||||
jobs:
|
||||
test_schedule:
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ install:
|
|||
python3 -m venv .venv
|
||||
source .venv/bin/activate && \
|
||||
pip3 install wheel && \
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@import-nonfree
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@master
|
||||
|
||||
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
import: install
|
||||
|
|
|
|||
Loading…
Reference in a new issue