Publish Directory Name with Github

Hello

Total novice to website building

Have created code and a repository on Github and connected on Netify.

I then deploy on Netify and get all the completed tasks
However I cannot view the website

Using Ai its says I need to input the “Publish Directory”

How do i attain that name?

Thanks

@The_conscientious Read the documentation here:
https://docs.netlify.com/build/configure-builds/overview/#build-settings

The Definitions explain all the Build settings:
https://docs.netlify.com/build/configure-builds/overview/#definitions

You don’t attain the name from Netlify.

It’s something that you know from having created the project yourself.

E.g.
If your repository contained a structure like:

my-project/
my-project/index.html
my-project/logo.jpg

Which you want to serve from the root (not with a URL of /my-project/).
You would set your Publish directory to my-project.

Netlify would then deploy the files as:

/index.html
/logo.jpg

It’s simply “when your build completes, what folder should Netlify publish the files of”