File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Download data
2
2
3
3
on :
4
- push :
5
- branches :
6
- - main # todo: change to periodical
4
+ schedule :
5
+ - cron : ' 0 6 * * 1' # run every monday at 6:00
7
6
8
7
jobs :
9
8
download-and-upload :
Original file line number Diff line number Diff line change @@ -36,3 +36,14 @@ Skupnost je vzpostavljena na tem repozitoriju v [zavihku Issues](https://github.
36
36
37
37
Za komentiranje in odpiranje razprave mora uporabnik ustvariti račun na platformi GitHub.
38
38
39
+ ## Document repository
40
+
41
+ The document repository with automatically downloaded documents is available
42
+ [ here] ( https://biolab.github.io/text-semantics/ ) . It is served from the ` gh-pages `
43
+ branch on this repository.
44
+
45
+ About architecture:
46
+ - The ` download-data ` workflow for the main branch retrieves new data every Monday
47
+ morning and pushes them to the ` gh-pages ` branch.
48
+ - After each push to the ` gh-pages ` brach, another workflow is run that indexes
49
+ the data and creates index pages for each directory (that user can browse data through the browser)
You can’t perform that action at this time.
0 commit comments