GithubHelp home page GithubHelp logo

Comments (2)

kousu avatar kousu commented on July 2, 2024

Ah okay you do document

jekyll Bool Allow Jekyll to build your site (default true)

But this is kind of confusingly worded. Why would you want to use this Action if you weren't trying to use a different static site generator than jekyll?

Having this enabled by default causes Github to 404 all accesses to files in folders named with leading _s, which is unfortunate because sphinx uses those heavily: _static/, _images/ and _sources are in every build it does.

from ghaction-github-pages.

crazy-max avatar crazy-max commented on July 2, 2024

But this is kind of confusingly worded. Why would you want to use this Action if you weren't trying to use a different static site generator than jekyll?

This is enabled by default because that's the default behavior of GitHub Pages when an event occurs on the gh-pages branch as you found out in https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#static-site-generators

So when the action push content on your GitHub Pages branch a GitHub bot will trigger an internal workflow that will look like this:

image

As you can see in https://github.com/crazy-max/ghaction-github-pages/runs/4773640592?check_suite_focus=true, this workflow will pull a jekyll image to build the website on that branch because there is no .nojekyll file available on this branch:

image

If you add a .nojekyll it will be a simple deployment. See https://github.com/crazy-max/crazy-max.github.io/runs/4786879422?check_suite_focus=true

image

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.