Skip to content

Dataverse Uploader Action

Compare
Choose a tag to compare
@atrisovic atrisovic released this 13 Nov 21:12
· 17 commits to master since this release

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.