Skip to content

Commit de54583

Browse files
Added hermes.toml by removing it from .gitignore
1 parent 5b8a219 commit de54583

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ src/hermes_toml/__pycache__/
99
src/hermes_toml/util/__pycache__/
1010
.pytest_cache/
1111
__pycache__/
12-
hermes.toml
1312
.hermes/
1413
.coverage

hermes.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[harvest]
2+
sources = ["toml"]
3+
4+
[harvest.toml]
5+
from_branch = "develop"
6+
7+
[deposit.invenio_rdm]
8+
site_url = "https://sandbox.zenodo.org"
9+
access_right = "open"

0 commit comments

Comments
 (0)