-
Hi there!
May I ask: What are you doing to generate that website from that directory? Is it something that GitHub provides out of the box? Have you had to customize anything? Is there a blog post / resource that details the process? I'd love to use the same methodology for some projects I'm a part of. Many thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There is no blog post on the pagy website. However it is very simple: Pagy uses a github action to trigger the build process. Once built, then Github pages takes over from there - you just have to set it to point to the correct branch which only the admin can do: in our case it is the https://github.com/ddnexus/pagy/blob/master/.github/workflows/retype-action.yml More detailed docs on the retype website: https://retype.com/guides/github-actions/ Pagy repo is using the Open Source version, subject to certain limitations (i.e. total page count). Pro version opens up other benefits: https://retype.com/pro/ I cannot be more effusive in my praise of geoffreymcgill (and perhaps others) who have made it available to Pagy. |
Beta Was this translation helpful? Give feedback.
https://retype.com/
There is no blog post on the pagy website. However it is very simple:
Pagy uses a github action to trigger the build process. Once built, then Github pages takes over from there - you just have to set it to point to the correct branch which only the admin can do: in our case it is the
docs-site
branch.https://github.com/ddnexus/pagy/blob/master/.github/workflows/retype-action.yml
More detailed docs on the retype website: https://retype.com/guide…