Update multiple gh-pages without generating new commit
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.
To install the jekyll-update-pages-action, follow the steps below:
Create a personal access token:
Choose search filters:
Add the action to your workflow file:
- name: Update GitHub Pages
uses: dp6/jekyll-update-pages-action@v1
with:
DEPLOY_TOKEN: ${{/* secrets.DEPLOY_TOKEN */}}
USER: ${{/* secrets.USER */}}
FILTER: ${{/* secrets.FILTER */}}
Replace the variables in the code snippet with the appropriate values.
Save and commit the changes to the workflow file.
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.