From 3d9c4fba28ea038085080625e5c954fb2efee0b9 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 6 Mar 2024 23:06:27 +0100 Subject: [PATCH] docs: adapt tutorial HERMES config to new style --- docs/source/tutorials/automated-publication-with-ci.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/tutorials/automated-publication-with-ci.md b/docs/source/tutorials/automated-publication-with-ci.md index 7fa0cff6..84d211c4 100644 --- a/docs/source/tutorials/automated-publication-with-ci.md +++ b/docs/source/tutorials/automated-publication-with-ci.md @@ -70,7 +70,7 @@ Configure HERMES to: :name: hermes.toml [harvest] -from = [ "git", "cff" ] +sources = [ "cff" ] [deposit] target = "invenio_rdm" @@ -79,8 +79,6 @@ target = "invenio_rdm" site_url = "https://sandbox.zenodo.org" access_right = "open" -[postprocess] -execute = [ "config_invenio_rdm_record_id" ] ``` Copy this file to the root directory of your repository and add it to version control: