From 61e178b9157d32b9a4533d253fc83fe2b231e401 Mon Sep 17 00:00:00 2001 From: samir Date: Thu, 25 Aug 2022 12:20:56 +0200 Subject: [PATCH] Update tf_update.yml --- .github/workflows/tf_update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml index 2a0c86639..8e43b91c3 100644 --- a/.github/workflows/tf_update.yml +++ b/.github/workflows/tf_update.yml @@ -18,8 +18,9 @@ jobs: script: | cd /opt/www_threefold_io/ git log -1 + git restore config.toml git restore static/css/index.css git pull - sed -i "s/https://threefoldfoundation.github.io/www_threefold_io/https://www2.threefold.io/g" config.toml + sed -i "s/https:\/\/threefoldfoundation.github.io\/www_threefold_io/https:\/\/www2.threefold.io/g" config.toml ./build.sh