Skip to content

Commit

Permalink
Temporarily disable GitHub Actions to fix Cloudflare-related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RooRay committed May 25, 2024
1 parent 487cd9c commit d280a54
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Deploy to Cloudflare Workers
# name: Test and Deploy to Cloudflare Workers

on:
push:
branches:
- main
#on:
# push:
# branches:
# - main

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy to Cloudflare Workers
steps:
- uses: actions/checkout@v4
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
#jobs:
# deploy:
# runs-on: ubuntu-latest
# name: Deploy to Cloudflare Workers
# steps:
# - uses: actions/checkout@v4
# - name: Deploy to Cloudflare Workers
# uses: cloudflare/wrangler-action@v3
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit d280a54

Please sign in to comment.