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