Skip to content

Commit

Permalink
Adapt tutorial for Zenodo running on InvenioRDM
Browse files Browse the repository at this point in the history
  • Loading branch information
led02 committed Nov 2, 2023
1 parent 7272069 commit 543117f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/tutorials/automated-publication-with-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ Configure HERMES to:
from = [ "git", "cff" ]
[deposit]
target = "invenio"
target = "invenio_rdm"
[deposit.invenio]
[deposit.invenio_rdm]
site_url = "https://sandbox.zenodo.org"
access_right = "open"
[postprocess]
execute = [ "config_record_id" ]
execute = [ "config_invenio_rdm_record_id" ]
```

Copy this file to the root directory of your repository and add it to version control:
Expand All @@ -93,7 +93,7 @@ git push

```{note}
If you decide to start from an existing `hermes.toml` (e.g., the one found in this repository),
be sure that there is no `record_id` value defined in the `deposit.invenio` section.
be sure that there is no `record_id` value defined in the `deposit.invenio_rdm` section.
Otherwise, your deposition will fail as *hermes* would try to deposit a new version for the given record.
```

Expand Down

0 comments on commit 543117f

Please sign in to comment.