Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 21, 2024
1 parent 7eb3a8a commit 172f7c9
Show file tree
Hide file tree
Showing 22 changed files with 1,160 additions and 1,339 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Deploy

on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Runs every night at midnight UTC

jobs:
build:
permissions:
Expand All @@ -12,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: withastro/action@v2

deploy:
needs: build
permissions:
Expand Down
Loading

0 comments on commit 172f7c9

Please sign in to comment.