diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml index 66989fcb7..2a0c86639 100644 --- a/.github/workflows/tf_update.yml +++ b/.github/workflows/tf_update.yml @@ -20,4 +20,6 @@ jobs: git log -1 git restore static/css/index.css git pull - npm run build + sed -i "s/https://threefoldfoundation.github.io/www_threefold_io/https://www2.threefold.io/g" config.toml + ./build.sh +