deploying to github pages #1052
coxauto-kennyg
started this conversation in
Show and tell
Replies: 2 comments
-
Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wrote a note that documents how you can use a github action to publish to github pages instead of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I just wanted to drop a note about my experience publishing to GitHub Pages on an internal GitHub enterprise instance. to document in case someone else ran into the same issues. It's not really a bug, but I did have to piece things together things that I couldn't find documented.
I had to make a couple of changes to get things to work. I created a
gh-pages
branch for publishing the source. I updated the config to use a different directories since GitHub Pages only allows publishing pages from theroot
ordocs
directory. I also added a.nojekyll
file in thedocs
directory, otherwise the javascript failed to load, reference https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#static-site-generators.Beta Was this translation helpful? Give feedback.
All reactions