Releases: IQSS/dataverse-uploader
Releases · IQSS/dataverse-uploader
Dataverse Uploader Action
Dataverse Uploader Action
Dataverse Uploader Action
- Added support for uploading multiple GitHub dirs (
GITHUB_DIR
) instead of a single one. - Documented uploading multiple dirs with an example in
README.md.
- Added a Q&A in
README.md
based on existing questions. - Improved
CONTRIBUTING.md
with details on setting up the env and local testing.
Dataverse Uploader Action
- Bug fix with optional and mandatory arguments.
Dataverse Uploader Action
- Set
publish
to False by default - Add documentation and Q&A
Dataverse Uploader Action
- Checks if dataset locks at upload and gives the server more time to ingest files.
- Added cross reference to DVUploader.
Dataverse Uploader Action
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.