Help in deploying docs

Hello, i am ready to publish a package.
The documentation is not deployed, although the github workflow completes successfully and the documentation build smoothly locally.

The package is here https://github.com/Marco-Congedo/PermutationTests.jl/.

The documentation i believe is supposed to be deplyed here https://github.com/Marco-Congedo/PermutationTests.jl/tree/gh-pages, but this page is empty.

The documentation web page is supposed to be published here, but this is empty as well:
https://marco-congedo.github.io/PermutationTests.jl/dev

In the /settings/pages of github for the package, in the " Build and deployment" section, i instructed github to build the documentation from master/docs. Out of that, i have followed the instructions of the documentation of Documenter.jl.

What i am doing wrong?

After following the directions in https://m3g.github.io/JuliaNotes.jl/stable/publish_docs/, i changed in the github settings the deploying directory to “master/root” and made a release of the package. Now the https://github.com/Marco-Congedo/PermutationTests.jl/tree/gh-pages page is no more empty, however all i get is the README page published in https://marco-congedo.github.io/PermutationTests.jl/

In the github settings deploy from the gh-pages branch

thanks @grunst, that was it i guess. For some reason my doc is at …/stable instead of …/dev, but that is fine.

1 Like