Giter Club home page Giter Club logo

Comments (7)

kkew3 avatar kkew3 commented on June 2, 2024 1

Problem solved. Thanks again!

from jekyll-deploy-action.

jeffreytse avatar jeffreytse commented on June 2, 2024

Hi @kkew3

This issue has been fixed in #70 , please use the latest version which is master branch in your github action as below:

- uses: jeffreytse/jekyll-deploy-action@master
   with:
      provider: 'github'
      token: ${{ secrets.GITHUB_TOKEN }}  # It's your Personal Access Token(PAT)
      bundler_ver: '~>2.4.0'              # It's quite important to specify a compatible bundler version

Thanks & Regards

from jekyll-deploy-action.

kkew3 avatar kkew3 commented on June 2, 2024

Thank you so much for your help! Where should I make the change locally? Or somewhere else?

from jekyll-deploy-action.

jeffreytse avatar jeffreytse commented on June 2, 2024

@kkew3 You can also use jeffreytse/[email protected], just simply modify your github action config in your repository. If you specified a bundler version, don't forget to leave it blank for using a default version.

from jekyll-deploy-action.

kkew3 avatar kkew3 commented on June 2, 2024

Sorry but I didn't quite understand. Should I specify the bundler version as '~>2.4.0', '' or leave it as the default '>=0' (since the default was not blank)? Thank you so much!

from jekyll-deploy-action.

jeffreytse avatar jeffreytse commented on June 2, 2024

@kkew3 Both '~>2.4.0' and '' work. Only '' means using default value (i.e. '~>2.4.0'), besides, >=0 will let it install the latest bundler version, and the latest bundler version requires Ruby >=3.0.0, that's why you met this bundler issue. : )

from jekyll-deploy-action.

jeffreytse avatar jeffreytse commented on June 2, 2024

Problem solved. Thanks again!

You're welcome, welcome to star this project for further updates in the future. : )

from jekyll-deploy-action.

Related Issues (20)

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.