Quantcast
Channel: GitHub Learning Lab - GitHub Community
Viewing all articles
Browse latest Browse all 136

Continuous integration with CircleCI: build fails trying to build jekyll site

$
0
0

Build fails trying to “build the jekyll site”.
I got the error on step 11 originally, then tried restarting the course and now I get the error on step 8.

Here is the error on CircleCI:

#!/bin/bash -eo pipefail
bundle exec jekyll build

Configuration file: /root/project/_config.yml
            Source: /root/project
       Destination: /root/project/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
      Remote Theme: Using theme pmarsceill/just-the-docs
jekyll 3.9.0 | Error:  404 - Not Found

Exited with code exit status 1
CircleCI received exit code 1

No idea how to fix it. Any help is appreciated.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 136

Trending Articles