Deploy to github pages

Hi, I try to follow https://gohugo.io/tutorials/github-pages-blog/ 's tutorial but for

git submodule add -b master git@github.com:geoheil/geoheil.github.io.git public
Cloning into 'path/geoHeil/public'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:geoheil/geoheil.github.io.git' into submodule path 'path/geoHeil/public' failed

do you know what is wrong here?

the problem is with geoheil.github.io.git -> this is the wrong path. You have to use the one github suggests to clone.