Skip to content

Commit

Permalink
add manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
roumail committed Nov 15, 2023
1 parent 3c94837 commit 4e61cd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-cv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Update CV on Hugo Site

on:
schedule:
- cron: '0 0 * * *' # Runs every day at midnight
- cron: '0 0 * * 1' # Runs every Monday at midnight
workflow_dispatch:

jobs:
update-cv:
Expand Down

0 comments on commit 4e61cd4

Please sign in to comment.