Skip to content
Discussion options

You must be logged in to vote

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:

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 buil…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by crazy-max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #158 on September 01, 2023 05:42.