JeffreySarnoff / SaferIntegers.jl

These integer types use checked arithmetic, otherwise they are as system types.
MIT License
59 stars 9 forks source link

The documentation is not deployed #28

Closed hyrodium closed 2 years ago

hyrodium commented 2 years ago

http://jeffreysarnoff.github.io/SaferIntegers.jl/stable/ and http://jeffreysarnoff.github.io/SaferIntegers.jl/dev/ return 404. This repository seems to be in the middle of a migration from travis to github actions. If this assumption is correct, I can make a PR to:

JeffreySarnoff commented 2 years ago

please do

hyrodium commented 2 years ago

@JeffreySarnoff The gh-pages branch was pushed, but https://jeffreysarnoff.github.io/SaferIntegers.jl/dev/ still shows 404. Could you check the settings for GitHub Pages in https://github.com/JeffreySarnoff/SaferIntegers.jl/settings/pages ?

JeffreySarnoff commented 2 years ago

ok docs are linked https://jeffreysarnoff.github.io/SaferIntegers.jl/dev/

JeffreySarnoff commented 1 year ago

The setting had become unset. I fixed this and bumped the patch level, reregistering the repo to generate the docs. Let me know ...

On Fri, Aug 5, 2022 at 10:09 PM Yuto Horikawa @.***> wrote:

@JeffreySarnoff https://github.com/JeffreySarnoff The gh-pages branch was pushed, but https://jeffreysarnoff.github.io/SaferIntegers.jl/dev/ still shows 404. Could you check the settings for GitHub Pages in https://github.com/JeffreySarnoff/SaferIntegers.jl/settings/pages ?

— Reply to this email directly, view it on GitHub https://github.com/JeffreySarnoff/SaferIntegers.jl/issues/28#issuecomment-1207126309, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM2VRTAVSJXU7KTBP2SJZ3VXXCL5ANCNFSM545N7NRQ . You are receiving this because you were mentioned.Message ID: @.***>

hyrodium commented 1 year ago

Is there any trouble with document deployment? https://jeffreysarnoff.github.io/SaferIntegers.jl/dev/ shows correctly but https://jeffreysarnoff.github.io/SaferIntegers.jl/stable/ does not. This can be solved by pushing tags such as v1.2.3+doc1. See https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Documentation-Versions for more information.

JeffreySarnoff commented 1 year ago

Yes there is. And the same issue is happening in two other repositories. I am out for the afternoon; then I will ask for help with this. Thank you for letting me know!