Giter VIP home page Giter VIP logo

Comments (3)

takluyver avatar takluyver commented on June 15, 2024

I'm not familiar with git terminology, but it sounds like you're suggesting it should only upload changed files, not new files?

from ipython-website.

ivanov avatar ivanov commented on June 15, 2024

that's right. It's a bit weird how make gh-pages works, in that you run it from one repo (the one this issue is on) but it also creates commits in another repo (ipython.github.com - the one we serve, which is called gh-pages locally). The problem is that the way this currently happens, we just wholesale copy everything in this repos directory (whether or not it is checked into git), and check it into the gh-pages repo.

from ipython-website.

takluyver avatar takluyver commented on June 15, 2024

I don't think we should need a separate command to add a file to the website - that's common enough (for images etc.) that I want it to be simple.

As I see it, the second git repository is just an implementation detail - the process to upload the built website happens to be pushing it to a git repository, but the make target would work the same way if it were using rsync, say.

If things are getting uploaded incorrectly, I think the point to address that is the build process which puts them into the destination folder. Once they're in there, they're fair game for uploading.

from ipython-website.

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.