Code Monkey home page Code Monkey logo

Comments (4)

dword-design avatar dword-design commented on June 12, 2024 1

@thepenielcho I think it could be that you do not fetch the whole history. I don't exactly know how the deployment to gh-pages works, but if I'm not mistaken, you generate the static files on GitHub actions and then they are uploaded to gh-pages. In this case you should be able to adjust actions/checkout@master like this:

- name: Checkout
  uses: actions/checkout@master
  with:
    fetch-depth: 0

It will then clone the full repo instead of only a shallow clone.

Let me know if this works. I will adjust the doc accordingly.

from nuxt-content-git.

thepenielcho avatar thepenielcho commented on June 12, 2024

It worked! Thanks @dword-design 😭

Yea I think It would be a lot better to add this issue to the doc for gh pages users.
Cuz those yml codes were literal official suggestion codes from nuxt doc for github actions.

Thanks for making awesome module! Hope you have a great day 👍

from nuxt-content-git.

dword-design avatar dword-design commented on June 12, 2024

@thepenielcho Great to hear! I've documented the deployment issues.

from nuxt-content-git.

thepenielcho avatar thepenielcho commented on June 12, 2024

@dword-design Just checked it out! Thanks a million again 👍🏻

from nuxt-content-git.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.