Git Product home page Git Product logo

Comments (3)

cpina avatar cpina commented on August 24, 2024 1

Hi @ganevru

I think that I see what's happening (actually two things are happening! sorry about that!). The files that you see listed by the GitHub Action are the files from the destination directory (and this is confusing, I'll make some changes to clarify this in the next version).

The files that should be copied are the files (in your examples) in examples/chronoblog-netlify-cms/.

I've done in my computer:

git clone https://github.com/Chronoblog/gatsby-theme-chronoblog
cd gatsby-theme-chronoblog/
npm i
npm run generate-starters
ls -la examples/chronoblog-netlify-cms/

I don't see .eslintrc.json neither .prettierrc.json so they are not copied (I do see .prettierignore and it should be copied... keep reading)

About the .prettierignore and maybe the .eslintrc.json and .prettierrc.json (if they existed for you but not for me):
This was fixed in master branch but not released in v1.2 which is the one that you are using.

Could you try with master instead of v1.2? It should copy the files starting with "." (if they are there, and they might be there for you!).

Thanks!

from github-action-push-to-another-repository.

cpina avatar cpina commented on August 24, 2024

Oops, I need to look at this and some other issues soon (main/master thing). Hopefully next weekend I should have some time to address these things and do a new release (if not before). Thanks for the issue!

from github-action-push-to-another-repository.

ganevdev avatar ganevdev commented on August 24, 2024

Yes, using master works! Thank you.

About .eslintrc.json and .prettierrc.json - I deleted them and transferred their functionality to files without dots. I left only .prettierignore as prettier has no way to use a different ignore file format. This was done in order not to confuse users.

from github-action-push-to-another-repository.

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.