Plamena Marinova
Plamena Marinova
I believe the correct way of doing it is: ```typescript return new Promise((resolve, reject) => { resp.sendFile(file, (err) => { if (!err) resolve() else reject(err) }) }) ```
After updating to the latest version of the pages-gem (v229), the Docker image was updated to Ruby 3 and fails because of issue #752. To work around this you now...
I tested the fix and the 'github-pages' gem not found error disappears, but the site is not generated properly. Everything is just plain text. It's the same behavior as when...