RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
143 stars 30 forks source link

.gitignore file is excluding `dist` which breaks Github Actions #162

Closed apexdodge closed 7 months ago

apexdodge commented 7 months ago

This line here:

https://github.com/RaythaHQ/raytha/blob/5e8af6111fa4c385573c024710fb2bcb98772b35/.gitignore#L228

The problem is that when you compile this build in a docker image through Github Actions, the resulting docker image is missing many of the javascript files needed for Raytha to run.