diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02abe9c0bf..dbd57a3d16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,4 +13,4 @@ jobs: uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} - - run: cd src && go run *.go \ No newline at end of file + - run: go build cmd/main.go diff --git a/docs/.env.template b/docs/.env.template index 46573b3daa..2e3431b198 100644 --- a/docs/.env.template +++ b/docs/.env.template @@ -1,2 +1,2 @@ -BASE_URL=/docs/ -TARGET_URL=https://nethermindeth.github.io \ No newline at end of file +BASE_URL=/juno/ +TARGET_URL=https://nethermindeth.github.io