Copy link to clipboard
Copied
I am running Rh 2022.2.22. I user GitHub to publish my output to our company secure server. When I created an output on 5/5/2023, there were a lot of new ".js" and ".js.gz" files on each topic. These new files are creating conflicts and GitHub is not allowing me to deploy my files to the secure server.
What are the web service requirements to host a Robohelp output?
Thanks for your information. We decided to start with a clean repository in GitHub and were able to publish to our secure server.
Copy link to clipboard
Copied
I don't think I've heard of using GitHub to host output - just a place to store the RH project files for source/version control. Was this working for you before? If so, what changed? (AFAIK the .gz files are to help speed things up when a user's browser encounters the topic)
Copy link to clipboard
Copied
@Jeff_Coatsworth - My publication process to our secure server was working prior to the last update.
You are correct when stating GitHub stores the files for us but we use it to send the output files to our secure server. I am not a programmer and use GitHub just enough to have a basic understanding. I am sorry if I am not using correct terminology. My knowledge of GitHub is limited.
Copy link to clipboard
Copied
Ah, got it - you're just using GitHub as a repo for another process to pick up the files for inclusion someplace else. So is the issue with GitHub accepting these .gz files (I wouldn't think it would care) or is the other process trying to pick them up for inclusion that's having the issue? If it's the latter case, then I'd say there's 2 approaches you could take - one is to have the "inclusion" process relax & just take them in OR look at deleting them in GitHub before the "inclusion" process runs. I don't believe (but do a forum search anyways) that there's a way to "turn off" the creation of those .gz files in RH.
Copy link to clipboard
Copied
Thanks for your information. We decided to start with a clean repository in GitHub and were able to publish to our secure server.
Copy link to clipboard
Copied
With the .gz files included?