This action uploads content from a GitHub repository to a Dataverse installation. When the workflow is triggered, it will first delete the old content in the Dataverse dataset and then upload the new content from the GitHub repository.
- There is an optional feature to upload files from a single subdirectory (i.e.,
data
) instead of the whole repository. - This action will preserve the directory structure (file paths) of the repository.
- The subdirectories
.git
and.github
are ignored and not uploaded to Dataverse.