Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
real-zephex committed Aug 13, 2024
1 parent 8a754c9 commit bbc5ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
# Add your build steps here

Expand All @@ -20,6 +19,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit bbc5ac9

Please sign in to comment.