question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Last updated on time / author is always same for every page?

See original GitHub issue

📚 Documentation

enableUpdateTime option enables Last updated on DD/MM/YYYY feature. However this value is same for every page. I guess this was working fine in version 1 (it’s broken when we started using github actions tho…) But it’s not working as expected in v2. Is this bug or limitation? image

related: https://github.com/facebook/docusaurus/issues/1015

Have you read the Contributing Guidelines on issues?

yes

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

14reactions
Jason-2020commented, Jun 17, 2020

I confirmed that showLastUpdateAuthor and showLastUpdateTime feature is working as expected on local builds. I guess I’ll tune github checkout actions’ settings then. Thank you 😃

Solution: Fetch all of your github history in your checkout action. By default it fetches only last commit.

steps:
    - uses: actions/checkout@v2
      with:
        fetch-depth: 0
1reaction
yangshuncommented, May 27, 2020

Could you try creating a custom build on your local machine and see if the timestamps work properly? If so then it’s something with GitHub actions environment. Please let us know 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Track changes - all authors show up as "author"
Track changes - all authors show up as "author". When we have several reviewers in a document each one needs to be identified...
Read more >
How To Show Last Updated Date on WordPress Posts and ...
Learn how to show the last updated date on all of your WordPress pages and posts. We also show you how to hide...
Read more >
9 Ways to Check Webpage Last Updated Time [Step-by-Step]
Retrieving the most up-to-date information is quite important to find the best and most relevant answer to our search query. Some web pages...
Read more >
6 Ways to Find Last Updated Date of a Web Page - WebNots
Generally all blog posts should have published or last updated date so that viewers can understand the validity of the content easily. For ......
Read more >
Author–date citation system - APA Style
Do not repeat the year for narrative in-text citations the second and subsequent times they appear in a single paragraph. Follow this guideline...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found