Hello, I am new to Pages and getting an error with my first deploy. I am building a Jekyll site from a private GitHub repo. I have a Gemfile, Gemfile.lock, and a simple page. But I am getting an error when deploying. It looks like jekyll is not installed or it is not running bundle. Any ideas?
2022-12-27T20:21:44.558758Z Cloning repository...
2022-12-27T20:21:45.630473Z From https://github.com/tgrandle/trevorgrandle.com
2022-12-27T20:21:45.63105Z * branch 2aee4408653ab08f4194a6c8e3dac0795f174e6b -> FETCH_HEAD
2022-12-27T20:21:45.631228Z
2022-12-27T20:21:45.66286Z HEAD is now at 2aee440 Initial commit
2022-12-27T20:21:45.663379Z
2022-12-27T20:21:45.799362Z
2022-12-27T20:21:45.825771Z Success: Finished cloning repository files
2022-12-27T20:21:46.686989Z Installing dependencies
2022-12-27T20:21:46.697263Z Python version set to 2.7
2022-12-27T20:21:49.878558Z v12.18.0 is already installed.
2022-12-27T20:21:51.011966Z Now using node v12.18.0 (npm v6.14.4)
2022-12-27T20:21:51.217997Z Started restoring cached build plugins
2022-12-27T20:21:51.232363Z Finished restoring cached build plugins
2022-12-27T20:21:51.687437Z Attempting ruby version 2.7.1, read from environment
2022-12-27T20:21:55.08851Z Using ruby version 2.7.1
2022-12-27T20:21:55.434398Z Using PHP version 5.6
2022-12-27T20:21:55.585227Z 5.2 is already installed.
2022-12-27T20:21:55.610283Z Using Swift version 5.2
2022-12-27T20:21:55.610894Z Installing Hugo 0.54.0
2022-12-27T20:21:56.278829Z Hugo Static Site Generator v0.54.0-B1A82C61A/extended linux/amd64 BuildDate: 2019-02-01T10:04:38Z
2022-12-27T20:21:56.28241Z Started restoring cached go cache
2022-12-27T20:21:56.29904Z Finished restoring cached go cache
2022-12-27T20:21:56.428492Z go version go1.14.4 linux/amd64
2022-12-27T20:21:56.443297Z go version go1.14.4 linux/amd64
2022-12-27T20:21:56.446573Z Installing missing commands
2022-12-27T20:21:56.446838Z Verify run directory
2022-12-27T20:21:56.447008Z Executing user command: jekyll build
2022-12-27T20:21:56.45152Z /opt/build/bin/build: line 39: jekyll: command not found
2022-12-27T20:21:56.456451Z Failed: build command exited with code: 127
2022-12-27T20:21:57.268313Z Failed: an internal error occurred