Skip to content

Commit

Permalink
🎨 Tweak update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fTrestour committed Oct 26, 2024
1 parent 2cf2f58 commit e8d3417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Template update

on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch

jobs:
repo-sync:
Expand All @@ -18,4 +19,4 @@ jobs:
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: fTrestour/katastema
pr_title: "Upgrade template"
pr_title: "Template update"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The repository is organized as follows:
This project uses GitHub Actions to:
- Test the build is not broken when pushing on any branch.
- Create a release containing the built website in an archive file - both `.tar.gz` and `zip` - when pushing on `main`
- Pull updates from the template repository into your project. To do that : "Actions" > "Template update" > "Run workflow"

## Getting Started

Expand Down

0 comments on commit e8d3417

Please sign in to comment.