GithubHelp home page GithubHelp logo

Comments (6)

crazy-max avatar crazy-max commented on August 23, 2024

@sarahBuisson What's the point? Do you have a concrete use case?

from ghaction-github-pages.

sarahBuisson avatar sarahBuisson commented on August 23, 2024

I use gh-pages to publish the evolution of quality metrics of my project : I need the previous metrics along the new-ones.

from ghaction-github-pages.

crazy-max avatar crazy-max commented on August 23, 2024

You can already do this using the keep_history input.

from ghaction-github-pages.

sarahBuisson avatar sarahBuisson commented on August 23, 2024

no, if you want to display it, you need it side by side. the published website of github page don't use the history

from ghaction-github-pages.

crazy-max avatar crazy-max commented on August 23, 2024

the published website of github page don't use the history

@sarahBuisson Not if you use the keep_history input as I said. This way the git history of the target_branch will be kept.

To summarize if your current git branch deployed on GitHub Pages contains:

myfolder20200415/mypage.html
index.html

And you want to deploy a new file named myfolder20200416/mypage.html, the result on the target_branch will be:

myfolder20200415/mypage.html
myfolder20200416/mypage.html
index.html

from ghaction-github-pages.

sarahBuisson avatar sarahBuisson commented on August 23, 2024

I will try it. Thanks!

from ghaction-github-pages.

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.