-
-
Notifications
You must be signed in to change notification settings - Fork 31
Add documentation #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not sure why it's failing, it works locally. Any ideas @TheTripleV |
You don't install the extension in the CI. See It will work locally because you have the extension installed locally already. |
Open graph is not in those requirements.txt files. |
It is, it's ../ |
You need to uncomment these lines in
and change the last line to
(This is because you are installing the package from a nonstandard directory, so you need to add that directory to the sys.path) |
Can you have the ci upload the built html as an artifact? |
No description provided.