From feacd050fb274aee19a15f1ea1323a0d7de6ab6b Mon Sep 17 00:00:00 2001 From: Irene Vagionakis <11628725+IreneVagionakis@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:00:32 +0100 Subject: [PATCH] Restored automatic re-harvesting and re-indexing --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0142e9c5e5..b0f890fb2e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,5 +18,4 @@ jobs: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - script: cd /var/www/html/IAph_EFES && git pull - # && curl http://178.62.67.18:8080/admin/rdf/harvest/all.html && curl http://178.62.67.18:8080/admin/solr/index/all.html + script: cd /var/www/html/IAph_EFES && git pull && curl http://178.62.67.18:8080/admin/rdf/harvest/all.html && curl http://178.62.67.18:8080/admin/solr/index/all.html