Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydanurwin authored Sep 25, 2024
2 parents 1e8a98e + 557fdd6 commit f4674d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy
on:
push:
branches: next
branches: main
pull_request:
branches: next
branches: main

jobs:
deploy:
Expand Down Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "jaydanurwin-odyssey-the-23"
project: "odyssey-theme"
entrypoint: "https://jsr.io/@std/http/1.0.7/file_server.ts"
root: "dist"

0 comments on commit f4674d5

Please sign in to comment.