-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Figure out what needs to be done to get this site to auto-publish when it is updated.
I’m unable to build the official_docs repo Brian Hoffma - first problem was that we’re using a package with a known vulnerability that’s been taken off NPM registry (I raised a PR to fix that here: #11), and the issue now appears to be that I’m missing the fonts you’ve used to build this:
make build
Installing Hugo to ./bin/hugo...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 620 0 620 0 0 1054 0 --:--:-- --:--:-- --:--:-- 1056
100 6602k 100 6602k 0 0 521k 0 0:00:12 0:00:12 --:--:-- 804k
cp: ./node_modules/openbazaar-css/fonts/Montserrat*: No such file or directory
make: *** [openbazaar-theme] Error 1
This is because that node_modules folder is on .gitignore. If you could remove it from there and git push the folder from the machine you built this I should be able to get this to work on Jenkins.