[v2] Author name is always same for all of the pages
See original GitHub issue🐛 Bug Report
Whenever an update is made using GitHub action to the website using yarn build
and then deploy to gh pages, the author is always the same for all of the pages.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
- Have a look https://mmf.sh/docs
Expected behavior
Author should be the actual person who last updated the docs
Actual Behavior
The author is same and the person who made the recent commit
(Write what happened. Add screenshots, if applicable.)
Your Environment
Docusaurus version used:2.0.0-alpha.56 Environment name and version (e.g. Chrome 78.0.3904.108, Node.js 10.17.0): Node version: v12.17.0 Operating system and version (desktop or mobile): MacOS 10.14.6 (desktop and mobile both)
Reproducible Demo
(Paste the link to an example repo, including a siteConfig.js
, and exact instructions to reproduce the issue.)
Seems somewhat related to #2798
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Author names - APA Style 6th Edition Blog
When the first authors of multiple references have the same surname but different initials, include initials for the first authors in the in- ......
Read more >APA Style Guide: In-text Examples
Authors with the same surname When authors of 2 works published in the same year have the same surname, include the initials of...
Read more >APA Citation Style Guide (6th Edition): Step 1- Author (Names)
You can list up to seven authors in the Reference list citation. Always invert every author name to position the surname first and...
Read more >In-Text Citations: Author/Authors - Purdue OWL
Since et al. is plural, it should always be a substitute for more than one name. In the case that et al. would...
Read more >Authors - APA (7th Edition) Referencing Guide
How many authors? APA has strict rules for how to show the author's names in the text of your assignment and in your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@apsdehal I’m closing as I think @Jason-2020 gave a solution.
afaik Github Pages deployment need to commit to a gh-pages branch to deploy, and we read the github history to know which doc has been updated by which git user last
https://github.com/facebookresearch/mmf/commits/gh-pages
as you can see, reading this history could only lead to the github bot 😦
Honestly I’m not fan of using github pages anymore. Options like Netlify are free, much simpler to setup and do not need to commit anything to the repo.