Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Deploy Blog to GitHub Pages
on:
push:
branches: [main]
schedule:
- cron: '0 */6 * * *' # Sync from Notion every 6 hours
workflow_dispatch: # Manual trigger

permissions:
Expand Down