Jekyll Update Pages Action

screenshot of Jekyll Update Pages Action
jekyll

Update multiple gh-pages without generating new commit

Overview:

The jekyll-update-pages-action is a GitHub action that allows users to update one or more repositories with GitHub Pages enabled without generating a new commit. It provides a convenient way to automate the update process for GitHub Pages sites.

Features:

  • Update Multiple Repos: The action allows users to update multiple repositories at once, saving time and effort.
  • Scheduled Updates: Users can schedule the action to run at a specific time or interval, making it easy to keep GitHub Pages sites up to date.
  • Personal Access Token: The action requires a personal access token for accessing the GitHub API, ensuring secure and authorized updates.

Summary:

The jekyll-update-pages-action is a powerful GitHub action that simplifies the process of updating repositories with GitHub Pages enabled. It allows for bulk updates, scheduled updates, and requires a personal access token for secure access to the GitHub API. By automating the update process, users can easily keep their GitHub Pages sites up to date without the need for manual commits.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.