Closed calebchiam closed 2 years ago
We need to update download_config.json on the server any time a change happens to download_config.json in repo.
download_config.json
Since all the older ConvoKit versions point to https://zissou.infosci.cornell.edu/convokit/datasets/download_config.json, we have keep this up-to-date with repo.
This PR adds a workflow to rsync the repo download config to server. The original path will be soft-linked to this rsync output path.
rsync
As described.
Description
We need to update
download_config.json
on the server any time a change happens todownload_config.json
in repo.Since all the older ConvoKit versions point to https://zissou.infosci.cornell.edu/convokit/datasets/download_config.json, we have keep this up-to-date with repo.
This PR adds a workflow to
rsync
the repo download config to server. The original path will be soft-linked to this rsync output path.Motivation and Context
As described.