symbol-docs icon indicating copy to clipboard operation
symbol-docs copied to clipboard

Added tracker for main contributor to footer

Open mjh316 opened this issue 3 years ago • 3 comments

Modified gitstamp.py and footer.html as mentioned in #746 to keep track of the main contributor for each page on the footer.

mjh316 avatar Dec 31 '21 04:12 mjh316

✔️ Deploy Preview for nemtech ready! Built without sensitive environment variables

🔨 Explore the source changes: 0bd56bf2744559a3a335b91b26b6a762e6950eb3

🔍 Inspect the deploy log: https://app.netlify.com/sites/nemtech/deploys/61cf5e7dd877d100095a7a95

😎 Browse the preview: https://deploy-preview-748--nemtech.netlify.app

netlify[bot] avatar Dec 31 '21 04:12 netlify[bot]

I've modified the code to handle the case where git.shortlog returns an empty string, but this always happens. Is there any specific configuration that's different for the netlify build vs local besides GITHUB_TOKEN being provided that would be related?

mjh316 avatar Dec 31 '21 19:12 mjh316

Error seems to occur due to lack of .git folder in deployment. Will have to try another method besides using the global g git.Repo object.

mjh316 avatar Jan 02 '22 08:01 mjh316