We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2ae73 commit 323dc6cCopy full SHA for 323dc6c
.github/workflows/deploy.yml
@@ -11,5 +11,7 @@ jobs:
11
- uses: oven-sh/setup-bun@v2
12
- name: Set Cloudflare API Token
13
run: echo "CLOUDFLARE_API_TOKEN=${{ secrets.CF_API_TOKEN }}" >> $GITHUB_ENV
14
+ - name: Install dependencies
15
+ run: bun i
16
- name: Deploy
17
run: bun run deploy
0 commit comments