You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed when we click on the deploy button, it's not deploying.
First issue : Orgnization belongship
The repo is belonging to an organisation so first you might fork the project into your own github account.
Vercel ensure you have a Pro/Enterprise tier if you want to deploy github repo owned by companies.
Second (and main) issue :
In order to render the challenges in paths_config.yml static-generator.py creates a build folder with everything in it.
The challenges are created to have the root directory at ./build (so /challenges means build/challenges).
However if build directory becomes the root directory static-generator is not able to find the basic files (like paths_config.yml) that are at the real root-base.
Third (and final ?) issue :
If you want to build from the vercel panel (not by clicking on the buton) you must have the clone of the repository in public otherwise vercel can't copy on their server.
The text was updated successfully, but these errors were encountered:
The "Easy way to deploy" is not working.
Indeed when we click on the deploy button, it's not deploying.
First issue : Orgnization belongship
The repo is belonging to an organisation so first you might fork the project into your own github account.
Vercel ensure you have a Pro/Enterprise tier if you want to deploy github repo owned by companies.
Second (and main) issue :
In order to render the challenges in paths_config.yml
static-generator.py
creates a build folder with everything in it.The challenges are created to have the root directory at ./build (so /challenges means build/challenges).
However if build directory becomes the root directory static-generator is not able to find the basic files (like paths_config.yml) that are at the real root-base.
Third (and final ?) issue :
If you want to build from the vercel panel (not by clicking on the buton) you must have the clone of the repository in public otherwise vercel can't copy on their server.
The text was updated successfully, but these errors were encountered: